jer 14/11/15 00:57:34 Added: pfqueue-0.5.6-tinfo.patch Log: Fix building against sys-libs/ncurses[tinfo] (bug #527664). Do not install static plugins. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 net-mail/pfqueue/files/pfqueue-0.5.6-tinfo.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/pfqueue/files/pfqueue-0.5.6-tinfo.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/pfqueue/files/pfqueue-0.5.6-tinfo.patch?rev=1.1&content-type=text/plain Index: pfqueue-0.5.6-tinfo.patch =================================================================== --- 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)
