diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-01-11 11:36:17 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-01-11 11:36:17 +0000 |
commit | 047c252b1c429617df0db25b38b0174d46272a56 (patch) | |
tree | 465852b4e34ae2ec97a30de19a6e62417f37e366 /dev-db/pg_top | |
parent | Stable for HPPA (bug #532768). (diff) | |
download | gentoo-2-047c252b1c429617df0db25b38b0174d46272a56.tar.gz gentoo-2-047c252b1c429617df0db25b38b0174d46272a56.tar.bz2 gentoo-2-047c252b1c429617df0db25b38b0174d46272a56.zip |
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)
Diffstat (limited to 'dev-db/pg_top')
-rw-r--r-- | dev-db/pg_top/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/pg_top/files/pg_top-3.7.0.patch | 17 |
2 files changed, 18 insertions, 6 deletions
diff --git a/dev-db/pg_top/ChangeLog b/dev-db/pg_top/ChangeLog index c216e0b3ec99..df4d30c46521 100644 --- a/dev-db/pg_top/ChangeLog +++ b/dev-db/pg_top/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/pg_top -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v 1.11 2014/12/28 15:07:21 titanofold Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/pg_top/ChangeLog,v 1.12 2015/01/11 11:36:17 jer Exp $ + + 11 Jan 2015; Jeroen Roovers <jer@gentoo.org> files/pg_top-3.7.0.patch: + Fix building against sys-libs/ncurses[tinfo] (bug #536164 by Reuben Martin). 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> pg_top-3.6.2-r1.ebuild, pg_top-3.7.0.ebuild: diff --git a/dev-db/pg_top/files/pg_top-3.7.0.patch b/dev-db/pg_top/files/pg_top-3.7.0.patch index 6a6c21618d2e..6367a1dc03dc 100644 --- a/dev-db/pg_top/files/pg_top-3.7.0.patch +++ b/dev-db/pg_top/files/pg_top-3.7.0.patch @@ -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) |