jer 14/07/15 00:01:32 Added: nload-0.7.4-tinfo.patch Log: EAPI bump. 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/nload/files/nload-0.7.4-tinfo.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nload/files/nload-0.7.4-tinfo.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nload/files/nload-0.7.4-tinfo.patch?rev=1.1&content-type=text/plain Index: nload-0.7.4-tinfo.patch =================================================================== --- a/configure.in +++ b/configure.in @@ -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)
