From 80650fac4c8125c64cdf33626f9ecb5352154786 Mon Sep 17 00:00:00 2001 From: pawelz Date: Tue, 30 Nov 2010 11:22:35 +0000 Subject: [PATCH] - fix linking (thx SamChi) - Note: it does not work. Changed files: aspell-ac.patch -> 1.1 --- aspell-ac.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 aspell-ac.patch 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 + -- 2.43.0