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.cxx34
1 files changed, 17 insertions, 17 deletions
diff --git a/hungarian/hunspell/files/patch-src_tools_hunspell.cxx b/hungarian/hunspell/files/patch-src_tools_hunspell.cxx
index 1b82c1ecf916..3207ac49b3f9 100644
--- a/hungarian/hunspell/files/patch-src_tools_hunspell.cxx
+++ b/hungarian/hunspell/files/patch-src_tools_hunspell.cxx
@@ -1,16 +1,14 @@
-
-$FreeBSD$
-
---- src/tools/hunspell.cxx.orig
-+++ src/tools/hunspell.cxx
-@@ -59,16 +59,12 @@
- #include "manparser.hxx"
- #include "firstparser.hxx"
-
--#define LIBDIR "/usr/share/hunspell:/usr/share/myspell"
-+#define LIBDIR "%%PREFIX%%/share/hunspell:%%PREFIX%%/share/myspell"
- #define USEROOODIR ".openoffice.org2/user/wordbook"
--#define OOODIR "/opt/openoffice.org2.3/share/dict/ooo:" \
+--- src/tools/hunspell.cxx 2008-08-15 06:06:33.000000000 -0400
++++ src/tools/hunspell.cxx 2008-08-26 06:24:36.000000000 -0400
+@@ -70,18 +70,12 @@
+ ".openoffice.org2/user/wordbook:" \
+ ".openoffice.org2.0/user/wordbook"
+ #define OOODIR \
+- "/opt/openoffice.org/basis3.0/share/dict/ooo:" \
+- "/usr/lib/openoffice.org/basis3.0/share/dict/ooo:" \
+- "/opt/openoffice.org2.4/share/dict/ooo:" \
+- "/usr/lib/openoffice.org2.4/share/dict/ooo:" \
+- "/opt/openoffice.org2.3/share/dict/ooo:" \
- "/usr/lib/openoffice.org2.3/share/dict/ooo:" \
- "/opt/openoffice.org2.2/share/dict/ooo:" \
- "/usr/lib/openoffice.org2.2/share/dict/ooo:" \
@@ -18,10 +16,12 @@ $FreeBSD$
- "/usr/lib/openoffice.org2.1/share/dict/ooo:" \
- "/opt/openoffice.org2.0/share/dict/ooo:" \
- "/usr/lib/openoffice.org2.0/share/dict/ooo"
-+#define OOODIR "%%PREFIX%%/openoffice.org-2.3/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.org-DEV300_m29/share/dict/ooo:" \
++ "%%PREFIX%%/openoffice.org-3.0.0.b2/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"