* [gentoo-commits] gentoo-x86 commit in net-analyzer/tcptrack/files: tcptrack-1.4.2-tinfo.patch
@ 2014-07-17 20:11 Jeroen Roovers (jer)
0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2014-07-17 20:11 UTC (permalink / raw
To: gentoo-commits
jer 14/07/17 20:11:22
Added: tcptrack-1.4.2-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/tcptrack/files/tcptrack-1.4.2-tinfo.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcptrack/files/tcptrack-1.4.2-tinfo.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcptrack/files/tcptrack-1.4.2-tinfo.patch?rev=1.1&content-type=text/plain
Index: tcptrack-1.4.2-tinfo.patch
===================================================================
--- a/configure.in
+++ b/configure.in
@@ -26,7 +26,7 @@
AC_CHECK_LIB(socket,gethostbyname)
AC_CHECK_LIB(nsl,gethostbyname)
AC_CHECK_LIB(nsl,inet_addr)
-AC_CHECK_LIB(ncurses, initscr)
+PKG_CHECK_MODULES(ncurses,ncurses,LIBS="$LIBS $ncurses_LIBS",AC_MSG_ERROR([ncurses is required]))
AC_CHECK_LIB(pcap, pcap_open_live)
AC_CHECK_LIB(pthread, pthread_create)
AC_CHECK_LIB(rt, nanosleep)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-07-17 20:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-17 20:11 [gentoo-commits] gentoo-x86 commit in net-analyzer/tcptrack/files: tcptrack-1.4.2-tinfo.patch Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox