From: pawelz Date: Tue, 30 Nov 2010 11:22:35 +0000 (+0000) Subject: - fix linking (thx SamChi) X-Git-Tag: auto/th/aspell-0_60_6-5~4 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=80650fac4c8125c64cdf33626f9ecb5352154786;p=packages%2Faspell.git - fix linking (thx SamChi) - Note: it does not work. Changed files: aspell-ac.patch -> 1.1 --- diff --git a/aspell-ac.patch b/aspell-ac.patch new file mode 100644 index 0000000..d020390 --- /dev/null +++ b/aspell-ac.patch @@ -0,0 +1,15 @@ +--- 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 @@ + + if test "$enable_wide_curses" != "no" -a -n "$have_mblen" + then +- LIBS="-lncursesw $ORIG_LIBS" ++ LIBS="-lncursesw -tinfow $ORIG_LIBS" + AC_TRY_LINK( + [#include ], [initscr()], +- [CURSES_LIB=-lncursesw ++ [CURSES_LIB=-lncursesw -tinfow + AC_DEFINE(CURSES_HEADER, , [Defined to curses header file])]) + fi +