jer 14/07/16 16:37:48 Added: pktstat-1.8.5-tinfo.patch Log: Fix building against sys-libs/ncurses[tinfo]. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 net-analyzer/pktstat/files/pktstat-1.8.5-tinfo.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pktstat/files/pktstat-1.8.5-tinfo.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/pktstat/files/pktstat-1.8.5-tinfo.patch?rev=1.1&content-type=text/plain Index: pktstat-1.8.5-tinfo.patch =================================================================== --- a/configure.ac +++ b/configure.ac @@ -18,6 +18,7 @@ AC_SEARCH_LIBS(gethostbyname, [nsl]) dnl for Solaris AC_SEARCH_LIBS(pcap_open_live, [pcap]) AC_SEARCH_LIBS(exp, [m]) +PKG_CHECK_MODULES(ncurses,ncurses,LIBS="$LIBS $ncurses_LIBS",AC_MSG_ERROR[ncurses is required]) AC_SEARCH_LIBS(tgoto, [termlib termcap curses ncurses ocurses]) AC_SEARCH_LIBS(initscr, [curses ncurses ocurses]) AC_SEARCH_LIBS(nanosleep, [posix4])
