commit: 2fdaad243548fc10d6db9297d579c34fd6eeef15
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 20 18:33:22 2018 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 18:33:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fdaad24
sys-libs/ncurses: add upstream note about pc file bug workaround
sys-libs/ncurses/ncurses-6.0-r2.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys-libs/ncurses/ncurses-6.0-r2.ebuild
b/sys-libs/ncurses/ncurses-6.0-r2.ebuild
index 9051223ca37..250619a40dd 100644
--- a/sys-libs/ncurses/ncurses-6.0-r2.ebuild
+++ b/sys-libs/ncurses/ncurses-6.0-r2.ebuild
@@ -116,6 +116,8 @@ do_configure() {
# ncurses is dumb and doesn't install .pc files unless
pkg-config
# is also installed. Force the tests to go our way. Note that
it
# doesn't actually use pkg-config ... it just looks for set
vars.
+ # This is fixed in newer versions:
+ #
https://lists.gnu.org/archive/html/bug-ncurses/2015-08/msg00026.html
--enable-pc-files
--with-pkg-config="$(tc-getPKG_CONFIG)"
# This path is used to control where the .pc files are
installed.