mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
- Update texinfo.tex to 20230327 Changes: https://git.savannah.gnu.org/cgit/texinfo.git/plain/NEWS https://lists.gnu.org/archive/html/bug-texinfo/2022-11/msg00036.html https://lists.gnu.org/archive/html/bug-texinfo/2022-11/msg00237.html https://git.savannah.gnu.org/cgit/texinfo.git/log/doc/texinfo.tex PR: 270721 Exp-run by: antoine
11 lines
545 B
Text
11 lines
545 B
Text
--- configure.orig 2022-11-30 17:07:45 UTC
|
|
+++ configure
|
|
@@ -31429,7 +31429,7 @@ fi
|
|
# rather ncurses. So we check for it.
|
|
TERMLIBS=
|
|
# Check for termlib before termcap because Solaris termcap needs libucb.
|
|
-TERMLIB_VARIANTS="tinfo ncurses curses termlib termcap terminfo"
|
|
+TERMLIB_VARIANTS="tinfow ncurses curses termlib termcap terminfo"
|
|
for termlib in ${TERMLIB_VARIANTS}; do
|
|
as_ac_Lib=`printf "%s\n" "ac_cv_lib_${termlib}""_tgetent" | $as_tr_sh`
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for tgetent in -l${termlib}" >&5
|