diff options
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/ChangeLog | 6 | ||||
-rw-r--r-- | sys-process/htop/files/htop-1.0.2-tinfo.patch | 8 |
2 files changed, 13 insertions, 1 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog index 51ab11686a4a..476a4863e014 100644 --- a/sys-process/htop/ChangeLog +++ b/sys-process/htop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/htop # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.137 2013/05/03 19:37:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.138 2013/05/12 16:41:10 ssuominen Exp $ + + 12 May 2013; Samuli Suominen <ssuominen@gentoo.org> + files/htop-1.0.2-tinfo.patch: + Explicit call to PKG_PROG_PKG_CONFIG wrt #469566 by Roman Žilka *htop-1.0.2-r1 (03 May 2013) diff --git a/sys-process/htop/files/htop-1.0.2-tinfo.patch b/sys-process/htop/files/htop-1.0.2-tinfo.patch index e7fb43d25a9e..4e13459f39c2 100644 --- a/sys-process/htop/files/htop-1.0.2-tinfo.patch +++ b/sys-process/htop/files/htop-1.0.2-tinfo.patch @@ -19,6 +19,14 @@ diff --git a/configure.ac b/configure.ac index ff6901b..6226d90 100644 --- a/configure.ac +++ b/configure.ac +@@ -20,6 +20,7 @@ + AC_DISABLE_SHARED + AC_ENABLE_STATIC + AC_PROG_LIBTOOL ++PKG_PROG_PKG_CONFIG + + # Checks for libraries. + AC_CHECK_LIB([m], [ceil], [], [missing_libraries="$missing_libraries libm"]) @@ -89,16 +89,20 @@ fi AC_ARG_ENABLE(unicode, [AC_HELP_STRING([--enable-unicode], [enable Unicode support])], ,enable_unicode="yes") |