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-mail/pfqueue/files/pfqueue-0.5.6-tinfo.patch

11 lines
249 B

--- a/configure.in
+++ b/configure.in
@@ -38,6 +38,7 @@
dnl Checks for library functions.
AC_CHECK_LIB(ncurses,newwin)
+AC_SEARCH_LIBS(COLS, tinfo)
AC_CHECK_LIB(pthread,pthread_create)
AC_CHECK_LIB(c_r,pthread_create)
AC_CHECK_LIB(dl,dlopen)