diff options
Diffstat (limited to 'packages/e17/engage/no-local-includes.patch')
-rw-r--r-- | packages/e17/engage/no-local-includes.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/e17/engage/no-local-includes.patch b/packages/e17/engage/no-local-includes.patch new file mode 100644 index 0000000000..09cc8da98d --- /dev/null +++ b/packages/e17/engage/no-local-includes.patch @@ -0,0 +1,17 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- engage/src/module/Makefile.am~no-local-includes ++++ engage/src/module/Makefile.am +@@ -10,8 +10,7 @@ + + # the module .so file + INCLUDES = -I. \ +- -I$(top_srcdir) \ +- -I$(includedir) \ ++ -I$(top_srcdir) \ + @e_cflags@ + pkgdir = @e_modules@/engage/$(MODULE_ARCH) + pkg_LTLIBRARIES = module.la |