diff options
Diffstat (limited to 'package/newt/0002-slang-include-dir.patch')
-rw-r--r-- | package/newt/0002-slang-include-dir.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/newt/0002-slang-include-dir.patch b/package/newt/0002-slang-include-dir.patch deleted file mode 100644 index a88ee70c4e..0000000000 --- a/package/newt/0002-slang-include-dir.patch +++ /dev/null @@ -1,15 +0,0 @@ -slang.h is in sysroot/usr/include, no need to use -I - -Signed-off-by: Alex Suykov <alex.suykov@gmail.com> - ---- a/Makefile.in -+++ b/Makefile.in -@@ -5,7 +5,7 @@ - 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@ |