aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/newt/files/remove_slang_include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/newt/files/remove_slang_include.patch')
-rw-r--r--meta/recipes-extended/newt/files/remove_slang_include.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-extended/newt/files/remove_slang_include.patch b/meta/recipes-extended/newt/files/remove_slang_include.patch
new file mode 100644
index 0000000000..dbdeef0901
--- /dev/null
+++ b/meta/recipes-extended/newt/files/remove_slang_include.patch
@@ -0,0 +1,13 @@
+Index: git/Makefile.in
+===================================================================
+--- git.orig/Makefile.in
++++ git/Makefile.in
+@@ -5,7 +5,7 @@ CC = @CC@
+ CPP = @CPP@
+ CFLAGS = @CFLAGS@
+ LDFLAGS = @LDFLAGS@
+-CPPFLAGS = -D_GNU_SOURCE -I/usr/include/slang @CPPFLAGS@
++CPPFLAGS = -D_GNU_SOURCE @CPPFLAGS@
+ GNU_LD = @GNU_LD@
+
+ VERSION = @VERSION@