aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-nmf/gpe-nmf-0.22/fix-includepath.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpe-nmf/gpe-nmf-0.22/fix-includepath.patch')
-rw-r--r--recipes/gpe-nmf/gpe-nmf-0.22/fix-includepath.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/gpe-nmf/gpe-nmf-0.22/fix-includepath.patch b/recipes/gpe-nmf/gpe-nmf-0.22/fix-includepath.patch
new file mode 100644
index 0000000000..cf6bd12da7
--- /dev/null
+++ b/recipes/gpe-nmf/gpe-nmf-0.22/fix-includepath.patch
@@ -0,0 +1,15 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- gpe-nmf-0.22/Makefile~fix-includepath
++++ gpe-nmf-0.22/Makefile
+@@ -27,7 +27,6 @@
+ PACKAGE_LDFLAGS += -L../libgpewidget
+ BUILD = ../build
+ else
+-PACKAGE_CFLAGS += -I/usr/include/gpe
+ BUILD = build
+ endif
+ PACKAGE_LDFLAGS += $(GPELIBS) $(GTKLDFLAGS)