From 8a1e077a10a24d69c51669b89e1ed1fdc936eabb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sat, 19 Jul 2008 08:30:37 +0000 Subject: [PATCH] - updated Changed files: hunspell-as-needed.patch -> 1.2 hunspell-lt.patch -> 1.2 --- hunspell-as-needed.patch | 27 ++++++++++++++------------- hunspell-lt.patch | 14 -------------- 2 files changed, 14 insertions(+), 27 deletions(-) delete mode 100644 hunspell-lt.patch diff --git a/hunspell-as-needed.patch b/hunspell-as-needed.patch index 50220f6..a48d72c 100644 --- a/hunspell-as-needed.patch +++ b/hunspell-as-needed.patch @@ -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 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 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" + diff --git a/hunspell-lt.patch b/hunspell-lt.patch deleted file mode 100644 index c5ed187..0000000 --- a/hunspell-lt.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- hunspell-1.2.2b/configure.ac.orig 2008-03-09 16:53:57.628487000 +0100 -+++ hunspell-1.2.2b/configure.ac 2008-03-09 17:05:22.767525559 +0100 -@@ -15,11 +15,6 @@ - AC_SUBST(HUNSPELL_VERSION_MAJOR) - AC_SUBST(HUNSPELL_VERSION_MINOR) - --# library version --LT_CURRENT=1 --LT_REVISION=0 --LT_AGE=0 -- - AC_CONFIG_SRCDIR([config.h.in]) - AC_CONFIG_HEADER([config.h]) - -- 2.44.0