summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-08-12 09:54:05 -0400
committerMike Frysinger <vapier@gentoo.org>2015-08-12 09:55:04 -0400
commitd4017f5e973af975a3facf642ddc027bd965eba8 (patch)
treeefc480368a0d198202189a5b5fe38c72caa18136 /sys-libs/ncurses/files
parentkde-frameworks: add 5.13.0 (diff)
downloadgentoo-d4017f5e973af975a3facf642ddc027bd965eba8.tar.gz
gentoo-d4017f5e973af975a3facf642ddc027bd965eba8.tar.bz2
gentoo-d4017f5e973af975a3facf642ddc027bd965eba8.zip
sys-libs/ncurses: fix header mismatch with multilib installs #557360
The progs change had a subtle effect that broke multilib builds. A few ticlib headers aren't installed when progs are disabled. Add a patch to always install them regardless of the progs state.
Diffstat (limited to 'sys-libs/ncurses/files')
-rw-r--r--sys-libs/ncurses/files/ncurses-6.0-ticlib.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-libs/ncurses/files/ncurses-6.0-ticlib.patch b/sys-libs/ncurses/files/ncurses-6.0-ticlib.patch
new file mode 100644
index 000000000000..188e6adff8c7
--- /dev/null
+++ b/sys-libs/ncurses/files/ncurses-6.0-ticlib.patch
@@ -0,0 +1,15 @@
+always include ticlib even when progs are disabled
+
+https://bugs.gentoo.org/557360
+
+--- a/configure
++++ b/configure
+@@ -21312,7 +21312,7 @@ echo "$as_me:21311: checking for library subsets" >&5
+ echo $ECHO_N "checking for library subsets... $ECHO_C" >&6
+ LIB_SUBSETS=
+
+-if test "x$cf_with_progs" = xyes || test "$with_ticlib" != no || test "$with_termcap" != no; then
++if true; then
+ LIB_SUBSETS="${LIB_SUBSETS}ticlib"
+ if test "$with_ticlib" != no ; then
+ LIB_SUBSETS="${LIB_SUBSETS} "