SOURCES: hunspell-as-needed.patch, hunspell-lt.patch (REMOVED) - updated

arekm arekm at pld-linux.org
Sat Jul 19 10:30:43 CEST 2008


Author: arekm                        Date: Sat Jul 19 08:30:43 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   hunspell-as-needed.patch (1.1 -> 1.2) , hunspell-lt.patch (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: SOURCES/hunspell-as-needed.patch
diff -u SOURCES/hunspell-as-needed.patch:1.1 SOURCES/hunspell-as-needed.patch:1.2
--- SOURCES/hunspell-as-needed.patch:1.1	Thu Jan  3 19:05:09 2008
+++ SOURCES/hunspell-as-needed.patch	Sat Jul 19 10:30:37 2008
@@ -1,15 +1,15 @@
 --- hunspell-1.2.1/configure.ac.orig	2007-11-01 19:23:22.000000000 +0100
 +++ hunspell-1.2.1/configure.ac	2008-01-03 18:23:21.059100740 +0100
-@@ -60,13 +60,13 @@
- 
- CURSESLIB=""
- AC_ARG_WITH(ui,[  --with-ui               support Curses user interface], [
--   AC_CHECK_LIB(ncursesw,tparm,CURSESLIB=-lncursesw,
+@@ -59,13 +59,13 @@
+ )
+ AS_IF(
+    [test "x$with_ui" != xno],
+-   [AC_CHECK_LIB(ncursesw,tparm,CURSESLIB=-lncursesw,
 -     AC_CHECK_LIB(curses,tparm,CURSESLIB=-lcurses,
 -       AC_CHECK_LIB(ncurses,tparm,CURSESLIB=-lncurses)))
-+   AC_CHECK_LIB(ncursesw,printw,CURSESLIB="-lncursesw -ltinfow",
-+     AC_CHECK_LIB(ncurses,printw,CURSESLIB="-lncurses -ltinfo",
-+       AC_CHECK_LIB(curses,printw,CURSESLIB=-lcurses)))
++   [AC_CHECK_LIB(ncursesw,tparm,CURSESLIB="-lncursesw -ltinfow",
++     AC_CHECK_LIB(curses,tparm,CURSESLIB="-lcurses -ltinfo",
++       AC_CHECK_LIB(ncurses,tparm,CURSESLIB="-lncurses -ltinfo")))
     if test "$CURSESLIB" != "" ; then
       echo Compiling with curses user interface.
       AC_DEFINE(HAVE_CURSES_H,1,"Define if you have the <curses.h> header")
@@ -18,12 +18,13 @@
         echo "No Unicode support on interactive console. (Install Ncursesw library.)"
       else
         AC_DEFINE(HAVE_NCURSESW_H,1,"Define if you have the <ncursesw/curses.h> header")       
-@@ -78,7 +78,7 @@
- 
+@@ -83,7 +83,7 @@
+ )
  rl=n
- AC_ARG_WITH(readline,[  --with-readline         support fancy command input editing], [
--   AC_CHECK_LIB(curses,tparm,TERMLIB=-lncurses,
-+   AC_CHECK_LIB(tinfo,tparm,TERMLIB=-ltinfo,
+ AS_IF([test "x$with_readline" != xno],
+-   [AC_CHECK_LIB(curses,tparm,TERMLIB=-lncurses,
++   [AC_CHECK_LIB(tinfo,tparm,TERMLIB=-ltinfo,
       AC_CHECK_LIB(termcap,tgetent,TERMLIB=-ltermcap))
     LDSAVE=$LDFLAGS
     LDFLAGS="$LDFLAGS $TERMLIB"
+
================================================================

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



More information about the pld-cvs-commit mailing list