source: projects/specs/trunk/e/emacs25/emacs-24.0.90-libs-termcap.patch @ 11706

Revision 11706, 511 bytes checked in by iwaim, 6 years ago (diff)

new: emacs25

RevLine 
[11706]1diff -up emacs-24.0.90/configure.in\~ emacs-24.0.90/configure.in
2--- emacs-24.0.90/configure.in~ 2011-10-02 23:40:03.373070479 +0900
3+++ emacs-24.0.90/configure.in  2011-10-03 00:03:48.779152532 +0900
4@@ -2805,7 +2805,7 @@ case "$opsys" in
5     ## (HAVE_LIBNCURSES was not always true, but is since 2010-03-18.)
6     if test "x$HAVE_LIBNCURSES" = "xyes"; then
7       TERMINFO=yes
8-      LIBS_TERMCAP="-lncurses"
9+      LIBS_TERMCAP="-lncurses -ltinfo"
10     fi
11     ;;
12 
13
14Diff finished.  Mon Oct  3 00:05:05 2011
Note: See TracBrowser for help on using the repository browser.