SOURCES: emacs-tinfo.patch - AC_CHECK_LIB is not suffice in emacs ...
twittner
twittner at pld-linux.org
Sun Jun 10 20:35:36 CEST 2007
Author: twittner Date: Sun Jun 10 18:35:36 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- AC_CHECK_LIB is not suffice in emacs world
---- Files affected:
SOURCES:
emacs-tinfo.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/emacs-tinfo.patch
diff -u SOURCES/emacs-tinfo.patch:1.1 SOURCES/emacs-tinfo.patch:1.2
--- SOURCES/emacs-tinfo.patch:1.1 Sun Jun 10 16:57:28 2007
+++ SOURCES/emacs-tinfo.patch Sun Jun 10 20:35:31 2007
@@ -10,3 +10,17 @@
# Do we need the Hesiod library to provide the support routines?
if test "$with_hesiod" = yes ; then
+--- emacs-22.1/src/s/gnu-linux.h.old 2007-06-10 20:13:53.376467108 +0200
++++ emacs-22.1/src/s/gnu-linux.h 2007-06-10 20:17:32.624547726 +0200
+@@ -279,9 +279,9 @@
+ /* Paul Abrahams <abrahams at equinox.shaysnet.com> says this is needed. */
+ #define LIB_MOTIF -lXm -lXpm
+
+-#ifdef HAVE_LIBNCURSES
++#ifdef HAVE_LIBTINFO
+ #define TERMINFO
+-#define LIBS_TERMCAP -lncurses
++#define LIBS_TERMCAP -ltinfo
+ #endif
+
+ #define HAVE_SYSVIPC
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/emacs-tinfo.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list