summaryrefslogtreecommitdiffstats
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.patch16
1 files changed, 16 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..a2634ec75b
--- /dev/null
+++ b/meta/recipes-extended/newt/files/remove_slang_include.patch
@@ -0,0 +1,16 @@
1
2Upstream-Status: Pending
3
4Index: git/Makefile.in
5===================================================================
6--- git.orig/Makefile.in
7+++ git/Makefile.in
8@@ -5,7 +5,7 @@ CC = @CC@
9 CPP = @CPP@
10 CFLAGS = @CFLAGS@
11 LDFLAGS = @LDFLAGS@
12-CPPFLAGS = -D_GNU_SOURCE -I/usr/include/slang @CPPFLAGS@
13+CPPFLAGS = -D_GNU_SOURCE @CPPFLAGS@
14 GNU_LD = @GNU_LD@
15
16 VERSION = @VERSION@