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/net-analyzer/nload/files/nload-0.7.5_pre-tinfo.patch

11 lines
264 B

--- a/configure.ac
+++ b/configure.ac
@@ -70,6 +70,7 @@
esac
dnl Checks for libraries.
+PKG_CHECK_MODULES([NCURSES],[ncurses],[LIBS="$LIBS $NCURSES_LIBS"],[AC_MSG_ERROR([ncurses was not found])])
AC_CHECK_LIB(ncurses, initscr)
AC_CHECK_LIB(form, new_form)