packages: aspell/aspell-ac.patch (NEW) - fix linking (thx SamChi) - Note: i...

pawelz pawelz at pld-linux.org
Tue Nov 30 12:22:40 CET 2010


Author: pawelz                       Date: Tue Nov 30 11:22:40 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix linking (thx SamChi)
- Note: it does not work.

---- Files affected:
packages/aspell:
   aspell-ac.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/aspell/aspell-ac.patch
diff -u /dev/null packages/aspell/aspell-ac.patch:1.1
--- /dev/null	Tue Nov 30 12:22:40 2010
+++ packages/aspell/aspell-ac.patch	Tue Nov 30 12:22:35 2010
@@ -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 <ncursesw/curses.h>], [initscr()],
+-        [CURSES_LIB=-lncursesw
++        [CURSES_LIB=-lncursesw -tinfow
+          AC_DEFINE(CURSES_HEADER, <ncursesw/curses.h>, [Defined to curses header file])])
+     fi
+ 
================================================================


More information about the pld-cvs-commit mailing list