You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-scheme/guile/files/guile-1.8.8-tinfo.patch

16 lines
450 B

With ncurses[tinfo] tgoto will be in libtinfo
https://bugs.gentoo.org/539316
--- a/guile-readline/configure.in
+++ b/guile-readline/configure.in
@@ -33,7 +33,7 @@ if test "$MINGW32" = "yes" ; then
fi
AC_SUBST(EXTRA_DEFS)
-for termlib in ncurses curses termcap terminfo termlib ; do
+for termlib in ncurses curses termcap terminfo termlib tinfo ; do
AC_CHECK_LIB(${termlib}, tgoto,
[LIBS="-l${termlib} $LIBS"; break])
done