aboutsummaryrefslogtreecommitdiff
path: root/hungarian/hunspell/files/patch-src_tools_hunspell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'hungarian/hunspell/files/patch-src_tools_hunspell.cxx')
-rw-r--r--hungarian/hunspell/files/patch-src_tools_hunspell.cxx19
1 files changed, 10 insertions, 9 deletions
diff --git a/hungarian/hunspell/files/patch-src_tools_hunspell.cxx b/hungarian/hunspell/files/patch-src_tools_hunspell.cxx
index edf36c455f84..6928f3adfc74 100644
--- a/hungarian/hunspell/files/patch-src_tools_hunspell.cxx
+++ b/hungarian/hunspell/files/patch-src_tools_hunspell.cxx
@@ -3,7 +3,7 @@ $FreeBSD$
--- src/tools/hunspell.cxx.orig
+++ src/tools/hunspell.cxx
-@@ -63,25 +63,21 @@
+@@ -61,26 +61,22 @@
#include "firstparser.hxx"
#define LIBDIR \
@@ -14,6 +14,7 @@ $FreeBSD$
+ "%%PREFIX%%/share/myspell:" \
+ "%%PREFIX%%/share/myspell/dicts"
#define USEROOODIR \
+ ".openoffice.org/3/user/wordbook:" \
".openoffice.org2/user/wordbook:" \
".openoffice.org2.0/user/wordbook"
#define OOODIR \
@@ -29,14 +30,14 @@ $FreeBSD$
- "/usr/lib/openoffice.org2.1/share/dict/ooo:" \
- "/opt/openoffice.org2.0/share/dict/ooo:" \
- "/usr/lib/openoffice.org2.0/share/dict/ooo"
-+ "%%PREFIX%%/openoffice.org-DEV300_m41/share/dict/ooo:" \
-+ "%%PREFIX%%/openoffice.org-3.0.0/share/dict/ooo:" \
-+ "%%PREFIX%%/openoffice.org-2.4.2/share/dict/ooo:" \
-+ "%%PREFIX%%/openoffice.org-2.4.1/share/dict/ooo:" \
-+ "%%PREFIX%%/openoffice.org-2.4/share/dict/ooo:" \
-+ "%%PREFIX%%/openoffice.org-2.2/share/dict/ooo:" \
-+ "%%PREFIX%%/openoffice.org-2.1/share/dict/ooo:" \
-+ "%%PREFIX%%/openoffice.org2.0/share/dict/ooo"
++ "%%PREFIX%%/openoffice.org3/share/dict/ooo:" \
++ "%%PREFIX%%/openoffice.org-3.0.0/share/dict/ooo:" \
++ "%%PREFIX%%/openoffice.org-2.4.2/share/dict/ooo:" \
++ "%%PREFIX%%/openoffice.org-2.4.1/share/dict/ooo:" \
++ "%%PREFIX%%/openoffice.org-2.4/share/dict/ooo:" \
++ "%%PREFIX%%/openoffice.org-2.2/share/dict/ooo:" \
++ "%%PREFIX%%/openoffice.org-2.1/share/dict/ooo:" \
++ "%%PREFIX%%/openoffice.org2.0/share/dict/ooo:"
#define HOME getenv("HOME")
#define DICBASENAME ".hunspell_"
#define LOGFILE "/tmp/hunspell.log"