From 415b2d5cc9b4d0aaef7368b1ba2011cbacc4e90e Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 21 May 2006 16:13:43 +0000 Subject: gpe-nmf: fix local includepath due to hardcoded Makefiles --- packages/gpe-nmf/gpe-nmf-0.22/fix-includepath.patch | 15 +++++++++++++++ packages/gpe-nmf/gpe-nmf_0.22.bb | 5 +++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 packages/gpe-nmf/gpe-nmf-0.22/fix-includepath.patch (limited to 'packages') diff --git a/packages/gpe-nmf/gpe-nmf-0.22/fix-includepath.patch b/packages/gpe-nmf/gpe-nmf-0.22/fix-includepath.patch new file mode 100644 index 0000000000..cf6bd12da7 --- /dev/null +++ b/packages/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) diff --git a/packages/gpe-nmf/gpe-nmf_0.22.bb b/packages/gpe-nmf/gpe-nmf_0.22.bb index d90c42435b..c4b2ae7c2c 100644 --- a/packages/gpe-nmf/gpe-nmf_0.22.bb +++ b/packages/gpe-nmf/gpe-nmf_0.22.bb @@ -17,11 +17,12 @@ RRECOMMENDS = "gst-plugin-mad \ gst-plugin-ivorbis \ gst-plugin-tcp" -SRC_URI += " file://playlist-segfault.patch;patch=1;pnum=0" +SRC_URI += " file://playlist-segfault.patch;patch=1;pnum=0 \ + file://fix-includepath.patch;patch=1" SECTION = "gpe" PRIORITY = "optional" -PR = "r1" +PR = "r2" PARALLEL_MAKE="" -- cgit v1.2.3