]> git.pld-linux.org Git - packages/aspell.git/blobdiff - aspell-ac.patch
- updated to 0.60.8.1
[packages/aspell.git] / aspell-ac.patch
index d020390f653c631536c74382464207190a351411..24539e3d8e89e0bcfd99e38b7759fa59583f28ff 100644 (file)
@@ -1,15 +1,27 @@
---- aspell-0.60.6/configure.ac~        2008-04-07 05:50:05.000000000 +0200
-+++ aspell-0.60.6/configure.ac 2010-11-30 11:36:09.000000000 +0100
-@@ -343,10 +343,10 @@
+--- aspell-0.60.6.1/configure.ac.orig  2011-07-04 10:58:29.000000000 +0200
++++ aspell-0.60.6.1/configure.ac       2011-07-14 18:01:22.971002230 +0200
+@@ -344,20 +344,20 @@
  
      if test "$enable_wide_curses" != "no" -a -n "$have_mblen"
      then
 -      LIBS="-lncursesw $ORIG_LIBS"
-+      LIBS="-lncursesw -tinfow $ORIG_LIBS"
++      LIBS="-lncursesw -ltinfow $ORIG_LIBS"
        AC_TRY_LINK(
          [#include <ncursesw/curses.h>], [initscr()],
 -        [CURSES_LIB=-lncursesw
-+        [CURSES_LIB=-lncursesw -tinfow
-          AC_DEFINE(CURSES_HEADER, <ncursesw/curses.h>, [Defined to curses header file])])
++        [CURSES_LIB="-lncursesw -ltinfow"
+          AC_DEFINE(CURSES_HEADER, <ncursesw/curses.h>, [Defined to curses header file])
+          AC_DEFINE(TERM_HEADER, <ncursesw/term.h>, [Defined to term header file])])
      fi
  
+     if test -z "$CURSES_LIB"
+     then
+-      LIBS="-lncurses $ORIG_LIBS"
++      LIBS="-lncurses -ltinfo $ORIG_LIBS"
+       AC_TRY_LINK(
+         [#include <ncurses/curses.h>], [initscr()],
+-        [CURSES_LIB=-lncurses
++        [CURSES_LIB="-lncurses -ltinfo"
+          AC_DEFINE(CURSES_HEADER, <ncurses/curses.h>, [Defined to curses header file])
+          AC_DEFINE(TERM_HEADER, <ncurses/term.h>, [Defined to term header file])],
+         [
This page took 0.090767 seconds and 4 git commands to generate.