sys-libs/ncurses-compat/files/ncurses-6.0-ticlib.patch
author gabriel
Thu, 25 Mar 2021 17:00:02 +0000
changeset 31 84acc4672e6c
parent 22 9803496ddf72
permissions -rw-r--r--
Removed -l from MAKEOPTS to call emake to call bmake
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
22
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
     1
always include ticlib even when progs are disabled
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
     2
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
     3
https://bugs.gentoo.org/557360
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
     4
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
     5
--- a/configure
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
     6
+++ b/configure
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
     7
@@ -21312,7 +21312,7 @@ echo "$as_me:21311: checking for library subsets" >&5
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
     8
 echo $ECHO_N "checking for library subsets... $ECHO_C" >&6
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
     9
 LIB_SUBSETS=
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
    10
 
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
    11
-if test "x$cf_with_progs" = xyes || test "$with_ticlib" != no || test "$with_termcap" != no; then
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
    12
+if true; then
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
    13
 	LIB_SUBSETS="${LIB_SUBSETS}ticlib"
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
    14
 	if test "$with_ticlib" != no ; then
9803496ddf72 Add --with-verisoned-symbols to ncurses-compat
gabriel
parents:
diff changeset
    15
 		LIB_SUBSETS="${LIB_SUBSETS} "