patches/hunspell-01-dict-path.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 3174 a21f87bf260d
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3174
a21f87bf260d SFEmkvtoolnix.spec: update to 4.5.0
viskov
parents: 3014
diff changeset
     1
--- hunspell-1.2.14/src/tools/hunspell.cxx.orig	Fri Feb  4 13:54:50 2011
a21f87bf260d SFEmkvtoolnix.spec: update to 4.5.0
viskov
parents: 3014
diff changeset
     2
+++ hunspell-1.2.14/src/tools/hunspell.cxx	Fri Feb  4 13:59:09 2011
a21f87bf260d SFEmkvtoolnix.spec: update to 4.5.0
viskov
parents: 3014
diff changeset
     3
@@ -61,10 +61,7 @@
3014
d07b6849f297 SFEhunspell.spec: find dicts without using environment variable
viskov
parents:
diff changeset
     4
 #include "firstparser.hxx"
d07b6849f297 SFEhunspell.spec: find dicts without using environment variable
viskov
parents:
diff changeset
     5
 
d07b6849f297 SFEhunspell.spec: find dicts without using environment variable
viskov
parents:
diff changeset
     6
 #define LIBDIR \
d07b6849f297 SFEhunspell.spec: find dicts without using environment variable
viskov
parents:
diff changeset
     7
-    "/usr/share/hunspell:" \
d07b6849f297 SFEhunspell.spec: find dicts without using environment variable
viskov
parents:
diff changeset
     8
-    "/usr/share/myspell:" \
3174
a21f87bf260d SFEmkvtoolnix.spec: update to 4.5.0
viskov
parents: 3014
diff changeset
     9
-    "/usr/share/myspell/dicts:" \
a21f87bf260d SFEmkvtoolnix.spec: update to 4.5.0
viskov
parents: 3014
diff changeset
    10
-    "/Library/Spelling"
3014
d07b6849f297 SFEhunspell.spec: find dicts without using environment variable
viskov
parents:
diff changeset
    11
+    "/usr/share/spell/myspell:"
d07b6849f297 SFEhunspell.spec: find dicts without using environment variable
viskov
parents:
diff changeset
    12
 #define USEROOODIR \
d07b6849f297 SFEhunspell.spec: find dicts without using environment variable
viskov
parents:
diff changeset
    13
     ".openoffice.org/3/user/wordbook:" \
d07b6849f297 SFEhunspell.spec: find dicts without using environment variable
viskov
parents:
diff changeset
    14
     ".openoffice.org2/user/wordbook:" \