jer 14/10/28 21:41:29 Added: clisp-2.49-tinfo.patch Log: Fix building against sys-libs/ncurses[tinfo] (bug #497600). (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 dev-lisp/clisp/files/clisp-2.49-tinfo.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/clisp/files/clisp-2.49-tinfo.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/clisp/files/clisp-2.49-tinfo.patch?rev=1.1&content-type=text/plain Index: clisp-2.49-tinfo.patch =================================================================== 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
