SOURCES: ghc-tinfo.patch - up to 6.8.2

baggins baggins at pld-linux.org
Wed Apr 9 14:52:26 CEST 2008


Author: baggins                      Date: Wed Apr  9 12:52:26 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- up to 6.8.2

---- Files affected:
SOURCES:
   ghc-tinfo.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/ghc-tinfo.patch
diff -u SOURCES/ghc-tinfo.patch:1.1 SOURCES/ghc-tinfo.patch:1.2
--- SOURCES/ghc-tinfo.patch:1.1	Sat Jan 20 22:41:03 2007
+++ SOURCES/ghc-tinfo.patch	Wed Apr  9 14:52:21 2008
@@ -1,16 +1,16 @@
 --- ghc-6.6/libraries/readline/configure.ac.org	2007-01-20 22:38:47.918113250 +0100
 +++ ghc-6.6/libraries/readline/configure.ac	2007-01-20 22:39:18.404018500 +0100
 @@ -31,10 +31,11 @@
- dnl ** check for readline, for Hugs and hslibs' Readline
- dnl ncurses supersedes termcap and curses, but for compatibility,
- dnl we have to check for all...
--AC_CHECK_LIB(ncurses, tputs, HaveLibTermcap=YES; LibTermcap=ncurses,
-+AC_CHECK_LIB(tinfo, tputs, HaveLibTermcap=YES; LibTermcap=tinfo,
-+ AC_CHECK_LIB(ncurses, tputs, HaveLibTermcap=YES; LibTermcap=ncurses,
-   AC_CHECK_LIB(termcap, tputs, HaveLibTermcap=YES; LibTermcap=termcap,
-     AC_CHECK_LIB(curses, tputs, HaveLibTermcap=YES; LibTermcap=curses,
--      HaveLibTermcap=NO; LibTermcap=not-installed)))
-+      HaveLibTermcap=NO; LibTermcap=not-installed))))
+   dnl ** check for readline, for Hugs and hslibs' Readline
+   dnl ncurses supersedes termcap and curses, but for compatibility,
+   dnl we have to check for all...
+-  AC_CHECK_LIB(ncurses, tputs, HaveLibTermcap=YES; LibTermcap=ncurses,
++    AC_CHECK_LIB(tinfo, tputs, HaveLibTermcap=YES; LibTermcap=tinfo,
++      AC_CHECK_LIB(ncurses, tputs, HaveLibTermcap=YES; LibTermcap=ncurses,
+     AC_CHECK_LIB(termcap, tputs, HaveLibTermcap=YES; LibTermcap=termcap,
+       AC_CHECK_LIB(curses, tputs, HaveLibTermcap=YES; LibTermcap=curses,
+-        HaveLibTermcap=NO; LibTermcap=not-installed)))
++        HaveLibTermcap=NO; LibTermcap=not-installed))))
  
- if test $HaveLibTermcap = YES ; then
-   LIBS="-l$LibTermcap $LIBS"
+   if test $HaveLibTermcap = YES ; then
+     LIBS="-l$LibTermcap $LIBS"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/ghc-tinfo.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list