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-lisp/clisp/files/clisp-2.49-tinfo.patch

16 lines
404 B

clisp does not need a full blown ncurses, but it does require a termcap or tinfo
I would have changed this in src/m4/termcap.m4 but configure.in fails terribly - JeR
--- a/src/configure
+++ b/src/configure
@@ -28613,7 +28613,7 @@
return 0;
}
_ACEOF
-for ac_lib in '' ncurses termcap; do
+for ac_lib in '' tinfo ncurses termcap; do
if test -z "$ac_lib"; then
ac_res="none required"
else