jer 14/07/12 18:42:15 Modified: jnettop-0.13.0-asneeded.patch Added: jnettop-0.13.0-tinfo.patch Log: Remove CVS header from patch. 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.2 net-analyzer/jnettop/files/jnettop-0.13.0-asneeded.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/jnettop/files/jnettop-0.13.0-asneeded.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/jnettop/files/jnettop-0.13.0-asneeded.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/jnettop/files/jnettop-0.13.0-asneeded.patch?r1=1.1&r2=1.2 Index: jnettop-0.13.0-asneeded.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/files/jnettop-0.13.0-asneeded.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jnettop-0.13.0-asneeded.patch 2 Jun 2009 11:55:37 -0000 1.1 +++ jnettop-0.13.0-asneeded.patch 12 Jul 2014 18:42:15 -0000 1.2 @@ -1,8 +1,7 @@ -diff -ur a/Makefile.am b/Makefile.am ---- a/Makefile.am 2006-04-14 11:32:14.000000000 -0500 -+++ b/Makefile.am 2009-02-12 22:44:49.000000000 -0600 +--- a/Makefile.am ++++ b/Makefile.am @@ -1,8 +1,7 @@ - # $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/files/jnettop-0.13.0-asneeded.patch,v 1.1 2009/06/02 11:55:37 flameeyes Exp $ + INCLUDES = -I$(top_srcdir)/include @GLIB_CFLAGS@ -AM_LDFLAGS = @GLIB_LIBS@ @NSL_LIBS@ @SOCKET_LIBS@ 1.1 net-analyzer/jnettop/files/jnettop-0.13.0-tinfo.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/jnettop/files/jnettop-0.13.0-tinfo.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/jnettop/files/jnettop-0.13.0-tinfo.patch?rev=1.1&content-type=text/plain Index: jnettop-0.13.0-tinfo.patch =================================================================== --- a/configure.ac +++ b/configure.ac @@ -15,6 +15,8 @@ AC_HEADER_STDC AC_CHECK_HEADERS([arpa/inet.h netdb.h netinet/in.h stdlib.h string.h sys/socket.h sys/sockio.h]) +PKG_CHECK_MODULES(ncurses,ncurses,[LIBS="$LIBS $ncurses_LIBS"],) + # with definitions AC_ARG_WITH([ncurses], AC_HELP_STRING([--without-ncurses], [don't use ncurses, default is YES when available]),
