screen: Replace OpenWrt patches with upstream backports
[feed/packages.git] / utils / screen / patches / 110-do_not_add_srcdir_to_include_path.patch
diff --git a/utils/screen/patches/110-do_not_add_srcdir_to_include_path.patch b/utils/screen/patches/110-do_not_add_srcdir_to_include_path.patch
deleted file mode 100644 (file)
index 61389b7..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -79,7 +79,7 @@ screen: $(OFILES)
-       $(CC) $(LDFLAGS) -o $@ $(OFILES) $(LIBS)
- .c.o:
--      $(CC) -c -I. -I$(srcdir) $(M_CFLAGS) $(CPPFLAGS) $(DEFS) \
-+      $(CC) -c $(M_CFLAGS) $(CPPFLAGS) $(DEFS) \
-           $(OPTIONS) $(CFLAGS) $<
- install_bin: .version screen installdirs