]> git.pld-linux.org Git - packages/aspell.git/blob - aspell-ac.patch
- fixed, builds nao
[packages/aspell.git] / aspell-ac.patch
1 --- aspell-0.60.6/configure.ac~ 2008-04-07 05:50:05.000000000 +0200
2 +++ aspell-0.60.6/configure.ac  2010-11-30 11:36:09.000000000 +0100
3 @@ -343,10 +343,10 @@
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      fi
15  
This page took 0.095449 seconds and 4 git commands to generate.