From 4fb684a7558ea5c11580378be062f73da07f8479 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 1 Apr 2018 18:10:40 -0700 Subject: ncurses: Remove obsolete compile fixes It seems both issues (GCC5 and Musl) were fixed at some point. Thus, they can be dropped. Did not bump version as there is no change in functionality or size. Compile-tested on ar71xx and mvebu, both with musl. Signed-off-by: Rosen Penev --- package/libs/ncurses/patches/200-fix_missing_include.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 package/libs/ncurses/patches/200-fix_missing_include.patch (limited to 'package/libs/ncurses/patches/200-fix_missing_include.patch') diff --git a/package/libs/ncurses/patches/200-fix_missing_include.patch b/package/libs/ncurses/patches/200-fix_missing_include.patch deleted file mode 100644 index 4616c4fb70..0000000000 --- a/package/libs/ncurses/patches/200-fix_missing_include.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/ncurses/curses.priv.h -+++ b/ncurses/curses.priv.h -@@ -55,6 +55,11 @@ extern "C" { - - #include - -+#if NEED_WCHAR_H -+#include -+#include -+#endif -+ - #if USE_RCS_IDS - #define MODULE_ID(id) static const char Ident[] = id; - #else -- cgit v1.2.3