ncurses-6.0-ticlib.patch 492 B

12345678910111213141516
  1. always include ticlib even when progs are disabled
  2. https://bugs.gentoo.org/557360
  3. --- a/configure
  4. +++ b/configure
  5. @@ -21312,7 +21312,7 @@ echo "$as_me:21311: checking for library subsets" >&5
  6. echo $ECHO_N "checking for library subsets... $ECHO_C" >&6
  7. LIB_SUBSETS=
  8. -if test "x$cf_with_progs" = xyes || test "$with_ticlib" != no || test "$with_termcap" != no; then
  9. +if true; then
  10. LIB_SUBSETS="${LIB_SUBSETS}ticlib"
  11. if test "$with_ticlib" != no ; then
  12. LIB_SUBSETS="${LIB_SUBSETS} "