packages: libedit/libedit-tinfo.patch - updated to 20110709
baggins
baggins at pld-linux.org
Mon Aug 1 13:49:42 CEST 2011
Author: baggins Date: Mon Aug 1 11:49:42 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 20110709
---- Files affected:
packages/libedit:
libedit-tinfo.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/libedit/libedit-tinfo.patch
diff -u packages/libedit/libedit-tinfo.patch:1.1 packages/libedit/libedit-tinfo.patch:1.2
--- packages/libedit/libedit-tinfo.patch:1.1 Thu Mar 10 22:33:37 2005
+++ packages/libedit/libedit-tinfo.patch Mon Aug 1 13:49:36 2011
@@ -1,21 +1,15 @@
--- libedit-20041207-2.9/configure.ac.orig 2004-12-07 22:34:22.000000000 +0100
+++ libedit-20041207-2.9/configure.ac 2005-03-10 22:26:26.629284624 +0100
-@@ -17,15 +17,15 @@
- esac
-
- # Checks for programs.
--AC_PROG_CXX
- AC_PROG_CC
- AC_PROG_LN_S
+@@ -17,9 +17,10 @@
AC_PROG_AWK
EL_MANTYPE
-AC_CHECK_LIB(curses, tgetent,,
+AC_CHECK_LIB(tinfo, tgetent,,
[AC_CHECK_LIB(ncurses, tgetent,,
-- [AC_MSG_ERROR([libtermcap, libcurses or libncurses are required!])] )] )
+- [AC_MSG_ERROR([libcurses or libncurses are required!])] )] )
+ [AC_CHECK_LIB(curses, tgetent,,
-+ [AC_MSG_ERROR([libtermcap, libcurses or libncurses are required!])] )] )] )
++ [AC_MSG_ERROR([libcurses or libncurses are required!])] )] )] )
+
- # Checks for header files.
- AC_FUNC_ALLOCA
+ ### use option --enable-widec to turn on use of wide-character support
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libedit/libedit-tinfo.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list