jer 15/01/11 11:36:17 Modified: pg_top-3.7.0.patch Log: Fix building against sys-libs/ncurses[tinfo] (bug #536164 by Reuben Martin). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.2 dev-db/pg_top/files/pg_top-3.7.0.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pg_top/files/pg_top-3.7.0.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pg_top/files/pg_top-3.7.0.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pg_top/files/pg_top-3.7.0.patch?r1=1.1&r2=1.2 Index: pg_top-3.7.0.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/pg_top/files/pg_top-3.7.0.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pg_top-3.7.0.patch 15 Nov 2013 04:05:34 -0000 1.1 +++ pg_top-3.7.0.patch 11 Jan 2015 11:36:17 -0000 1.2 @@ -1,6 +1,15 @@ ---- configure.ac.orig 2013-09-20 10:11:20.256444684 +0400 -+++ configure.ac 2013-09-20 10:16:30.262459612 +0400 -@@ -109,6 +109,8 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -103,7 +103,7 @@ + AC_SEARCH_LIBS(elf32_getphdr, elf) + # -lmld -lmach + AC_SEARCH_LIBS(vm_statistics, mach) +-AC_SEARCH_LIBS(tgetent, termcap curses ncurses) ++AC_SEARCH_LIBS(tgetent, termcap tinfo curses ncurses) + AC_SEARCH_LIBS(exp, m) + + AC_SEARCH_LIBS(dlerror, dl) +@@ -111,6 +111,8 @@ AC_SEARCH_LIBS(inet_aton, resolv, AC_DEFINE(HAVE_INET_ATON, 1, [inet_aton is already defined])) @@ -9,7 +18,7 @@ # check for libraries required by extension extlibs="" if test -n "$with_ext" -a -f "${srcdir}/ext/$with_ext.libs"; then -@@ -216,8 +218,6 @@ +@@ -217,8 +219,6 @@ AC_SUBST(SRC) AC_SUBST(OBJ)