Magellan Linux

Contents of /trunk/enchant/patches/enchant-1.5.0-multilib.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 866 - (show annotations) (download)
Fri Jul 10 19:31:13 2009 UTC (14 years, 9 months ago) by niro
File size: 697 byte(s)
added patches for enchant

1 diff -Naur enchant-1.5.0/configure.in enchant-1.5.0-magellan/configure.in
2 --- enchant-1.5.0/configure.in 2009-05-23 11:44:18.000000000 +0200
3 +++ enchant-1.5.0-magellan/configure.in 2009-07-10 22:08:43.000000000 +0200
4 @@ -327,9 +327,9 @@
5 aspell_major=`aspell -v | awk -F. '{print $4;}' | awk -F")" '{print $1;}'`
6 if test "$aspell_major" -ge "50"; then
7 aspell_prefix=`aspell config prefix`
8 - LDFLAGS="-L${aspell_prefix}/lib "$LDFLAGS
9 + LDFLAGS=$LDFLAGS
10 ASPELL_INC="-I${aspell_prefix}/include"
11 - ASPELL_LIBS="-L${aspell_prefix}/lib -laspell"
12 + ASPELL_LIBS="-laspell"
13 AC_MSG_RESULT([yes])
14 else
15 AC_MSG_RESULT([unknown])