]> git.pld-linux.org Git - packages/aspell.git/blob - aspell-ac.patch
- updated to 0.60.8.1
[packages/aspell.git] / aspell-ac.patch
1 --- aspell-0.60.6.1/configure.ac.orig   2011-07-04 10:58:29.000000000 +0200
2 +++ aspell-0.60.6.1/configure.ac        2011-07-14 18:01:22.971002230 +0200
3 @@ -344,20 +344,20 @@
4  
5      if test "$enable_wide_curses" != "no" -a -n "$have_mblen"
6      then
7 -      LIBS="-lncursesw $ORIG_LIBS"
8 +      LIBS="-lncursesw -ltinfow $ORIG_LIBS"
9        AC_TRY_LINK(
10          [#include <ncursesw/curses.h>], [initscr()],
11 -        [CURSES_LIB=-lncursesw
12 +        [CURSES_LIB="-lncursesw -ltinfow"
13           AC_DEFINE(CURSES_HEADER, <ncursesw/curses.h>, [Defined to curses header file])
14           AC_DEFINE(TERM_HEADER, <ncursesw/term.h>, [Defined to term header file])])
15      fi
16  
17      if test -z "$CURSES_LIB"
18      then
19 -      LIBS="-lncurses $ORIG_LIBS"
20 +      LIBS="-lncurses -ltinfo $ORIG_LIBS"
21        AC_TRY_LINK(
22          [#include <ncurses/curses.h>], [initscr()],
23 -        [CURSES_LIB=-lncurses
24 +        [CURSES_LIB="-lncurses -ltinfo"
25           AC_DEFINE(CURSES_HEADER, <ncurses/curses.h>, [Defined to curses header file])
26           AC_DEFINE(TERM_HEADER, <ncurses/term.h>, [Defined to term header file])],
27          [
This page took 0.095271 seconds and 3 git commands to generate.