summaryrefslogtreecommitdiff
path: root/sys-libs/ncurses/ncurses-6.0-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/ncurses/ncurses-6.0-r2.ebuild')
-rw-r--r--sys-libs/ncurses/ncurses-6.0-r2.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-libs/ncurses/ncurses-6.0-r2.ebuild b/sys-libs/ncurses/ncurses-6.0-r2.ebuild
index 9051223ca378..250619a40dd6 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.