summaryrefslogtreecommitdiff
path: root/textproc/hunspell/files/patch-src_tools_hunspell.cxx
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2010-06-02 17:49:10 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2010-06-02 17:49:10 +0000
commitbbb33a81f8415cdbbfd2b6d948b9be77eb3efa35 (patch)
tree85dd4c20f269a1e06a1c19ea6d64fa6629c6e556 /textproc/hunspell/files/patch-src_tools_hunspell.cxx
parent- Update to 2.5.0 (diff)
- Update to 1.2.11
- Disable broken NLS PR: ports/147214 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Notes
Notes: svn path=/head/; revision=255568
Diffstat (limited to 'textproc/hunspell/files/patch-src_tools_hunspell.cxx')
-rw-r--r--textproc/hunspell/files/patch-src_tools_hunspell.cxx19
1 files changed, 10 insertions, 9 deletions
diff --git a/textproc/hunspell/files/patch-src_tools_hunspell.cxx b/textproc/hunspell/files/patch-src_tools_hunspell.cxx
index edf36c455f84..6928f3adfc74 100644
--- a/textproc/hunspell/files/patch-src_tools_hunspell.cxx
+++ b/textproc/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"