1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../gnome-spell/libsuff.patch
5 # Copyright (C) 2006 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- gnome-spell-1.0.6/configure.orig 2006-02-07 20:16:38.000000000 +0100
18 +++ gnome-spell-1.0.6/configure 2006-02-07 20:20:25.000000000 +0100
19 @@ -21781,14 +21781,14 @@
21 if test "x$with_aspell_prefix" != "x"; then
22 saved_LDFLAGS=$LDFLAGS
23 - LDFLAGS="-L$with_aspell_prefix/lib "$LDFLAGS
24 + LDFLAGS="-L$with_aspell_prefix/lib${libsuff} "$LDFLAGS
25 ASPELL_INC="-I$with_aspell_prefix/include"
26 - ASPELL_LIBS="-L$with_aspell_prefix/lib -laspell"
27 + ASPELL_LIBS="-L$with_aspell_prefix/lib${libsuff} -laspell"
28 ASPELL_DATA="$with_aspell_prefix/lib/aspell"
30 - LDFLAGS="-L`aspell config prefix`/lib "$LDFLAGS
31 + LDFLAGS="-L`aspell config prefix`/lib${libsuff} "$LDFLAGS
32 ASPELL_INC="-I`aspell config prefix`/include"
33 - ASPELL_LIBS="-L`aspell config prefix`/lib -laspell"
34 + ASPELL_LIBS="-L`aspell config prefix`/lib${libsuff} -laspell"
35 ASPELL_DICT="`aspell config dict-dir`"