]> git.pld-linux.org Git - packages/aspell.git/commitdiff
- fix linking (thx SamChi)
authorpawelz <pawelz@pld-linux.org>
Tue, 30 Nov 2010 11:22:35 +0000 (11:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Note: it does not work.

Changed files:
    aspell-ac.patch -> 1.1

aspell-ac.patch [new file with mode: 0644]

diff --git a/aspell-ac.patch b/aspell-ac.patch
new file mode 100644 (file)
index 0000000..d020390
--- /dev/null
@@ -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
This page took 0.094988 seconds and 4 git commands to generate.