summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/newt/files/remove_slang_include.patch
blob: dbdeef0901c620bdea651327311caa7d4b4256e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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@