X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=aspell-ac.patch;fp=aspell-ac.patch;h=f07a6599c6c5873498b11160b6b57a2191cfc277;hb=d376a68f505a1ec4c38901410901c44195580593;hp=d020390f653c631536c74382464207190a351411;hpb=e31ae27006b2f74975c7f96f906ebf8cfbc8349a;p=packages%2Faspell.git diff --git a/aspell-ac.patch b/aspell-ac.patch index d020390..f07a659 100644 --- a/aspell-ac.patch +++ b/aspell-ac.patch @@ -5,11 +5,11 @@ 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 ], [initscr()], - [CURSES_LIB=-lncursesw -+ [CURSES_LIB=-lncursesw -tinfow ++ [CURSES_LIB=-lncursesw -ltinfow AC_DEFINE(CURSES_HEADER, , [Defined to curses header file])]) fi