diff options
author | Mike Frysinger <vapier@gentoo.org> | 2018-01-20 13:33:22 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2018-01-20 13:33:53 -0500 |
commit | 2fdaad243548fc10d6db9297d579c34fd6eeef15 (patch) | |
tree | f254395adab83bafc5fd82eafa3bdd2bab064f4f /sys-libs | |
parent | sys-libs/timezone-data: mark 2017c alpha/arm64/m68k/ppc/ppc64/s390/sh stable (diff) | |
download | gentoo-2fdaad243548fc10d6db9297d579c34fd6eeef15.tar.gz gentoo-2fdaad243548fc10d6db9297d579c34fd6eeef15.tar.bz2 gentoo-2fdaad243548fc10d6db9297d579c34fd6eeef15.zip |
sys-libs/ncurses: add upstream note about pc file bug workaround
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/ncurses/ncurses-6.0-r2.ebuild | 2 |
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. |