You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/iprutils/files/iprutils-2.4.8-tinfo.patch

15 lines
551 B

--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,10 @@
save_LIBS="$LIBS"
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.")])
AC_CHECK_LIB([form], [free_form], [], [AC_ERROR("libform not found.")])
AC_CHECK_LIB([m], [matherr], [], [AC_ERROR("libm not found.")])
AC_CHECK_LIB([menu], [new_menu], [], [AC_ERROR("libmenu not found.")])