summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/iprutils/files/iprutils-2.4.7-tinfo.patch')
-rw-r--r--sys-fs/iprutils/files/iprutils-2.4.7-tinfo.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys-fs/iprutils/files/iprutils-2.4.7-tinfo.patch b/sys-fs/iprutils/files/iprutils-2.4.7-tinfo.patch
deleted file mode 100644
index 406f3efff2a7..000000000000
--- a/sys-fs/iprutils/files/iprutils-2.4.7-tinfo.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -30,7 +30,10 @@
- AC_CHECK_LIB([menu], [new_menu], [], [AC_ERROR("libmenu not found.")])
- AC_CHECK_LIB([panel], [show_panel], [], [AC_ERROR("libpanel not found.")])
- AC_CHECK_LIB([ncurses], [curses_version], [],
-- [AC_ERROR("libncurses not found.")])
-+ AC_CHECK_LIB([tinfo], [curses_version], [],
-+ [AC_ERROR("libncurses not found.")]))
-+AC_CHECK_LIB([ncurses], [wnoutrefresh], [],
-+ [AC_ERROR("libncurses not found.")])
-
- # Checks for header files.
- AC_CHECK_HEADERS([fcntl.h libintl.h locale.h netinet/in.h nl_types.h \