SOURCES: emacs-tinfo.patch (NEW) - tinfo instead of ncurses for te...

arekm arekm at pld-linux.org
Sun Jun 10 16:57:33 CEST 2007


Author: arekm                        Date: Sun Jun 10 14:57:33 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- tinfo instead of ncurses for terminfo related things

---- Files affected:
SOURCES:
   emacs-tinfo.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/emacs-tinfo.patch
diff -u /dev/null SOURCES/emacs-tinfo.patch:1.1
--- /dev/null	Sun Jun 10 16:57:33 2007
+++ SOURCES/emacs-tinfo.patch	Sun Jun 10 16:57:28 2007
@@ -0,0 +1,12 @@
+diff -urN emacs-22.1.org/configure.in emacs-22.1/configure.in
+--- emacs-22.1.org/configure.in	2007-05-25 14:43:29.000000000 +0200
++++ emacs-22.1/configure.in	2007-06-10 16:55:37.848243540 +0200
+@@ -2622,7 +2622,7 @@
+ # That is because we have not set up to link ncurses in lib-src.
+ # It's better to believe a function is not available
+ # than to expect to find it in ncurses.
+-AC_CHECK_LIB(ncurses, tparm)
++AC_CHECK_LIB(tinfo, tparm)
+ 
+ # Do we need the Hesiod library to provide the support routines?
+ if test "$with_hesiod" = yes ; then
================================================================


More information about the pld-cvs-commit mailing list