summarylogtreecommitdiffstats
path: root/use-ncursesw.diff
diff options
context:
space:
mode:
authorlouipc2021-02-21 18:09:59 -0500
committerlouipc2021-02-21 18:37:46 -0500
commit646de032e82bd8c63e4adb79508b2013871a5162 (patch)
tree986099a102bfea81f9e3ff40d06b97aa4df523f2 /use-ncursesw.diff
parentfd54ad0f7581574d7b4827c4f4b20022c6382087 (diff)
downloadaur-646de032e82bd8c63e4adb79508b2013871a5162.tar.gz
v014
Drop all old patches, new (annoying) dependency Signed-off-by: louipc <louipc@gmx.com>
Diffstat (limited to 'use-ncursesw.diff')
-rw-r--r--use-ncursesw.diff20
1 files changed, 0 insertions, 20 deletions
diff --git a/use-ncursesw.diff b/use-ncursesw.diff
deleted file mode 100644
index aae3af13ee06..000000000000
--- a/use-ncursesw.diff
+++ /dev/null
@@ -1,20 +0,0 @@
-Use libncursesw instead of libncurses, in order to get UTF-8 support
-
- -- Rafael Laboissiere <rafael@debian.org> Thu, 12 Feb 2009 00:22:58 +0100
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -14,9 +14,10 @@
-
- # Checks for libraries.
- AC_CHECK_LIB(vc, vc_new)
--AC_CHECK_LIB(ncurses, newwin)
--AC_CHECK_LIB(menu, new_menu)
--AC_CHECK_LIB(form, new_form)
-+AC_CHECK_LIB(ncursesw, newwin)
-+AC_CHECK_LIB(menuw, new_menu)
-+AC_CHECK_LIB(formw, new_form)
-+CFLAGS="$CFLAGS -I/usr/include/ncursesw/"
-
- # Checks for header files.
- AC_HEADER_STDC