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.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-extended/newt/files/remove_slang_include.patch b/meta/recipes-extended/newt/files/remove_slang_include.patch
deleted file mode 100644
index a2634ec75b..0000000000
--- a/meta/recipes-extended/newt/files/remove_slang_include.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-
-Upstream-Status: Pending
-
-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@