diff options
Diffstat (limited to 'textproc/hunspell/files')
-rw-r--r-- | textproc/hunspell/files/patch-src_tools_hunspell.cxx | 42 | ||||
-rw-r--r-- | textproc/hunspell/files/patch-sysintl | 18 |
2 files changed, 0 insertions, 60 deletions
diff --git a/textproc/hunspell/files/patch-src_tools_hunspell.cxx b/textproc/hunspell/files/patch-src_tools_hunspell.cxx deleted file mode 100644 index edf36c455f84..000000000000 --- a/textproc/hunspell/files/patch-src_tools_hunspell.cxx +++ /dev/null @@ -1,42 +0,0 @@ - -$FreeBSD$ - ---- src/tools/hunspell.cxx.orig -+++ src/tools/hunspell.cxx -@@ -63,25 +63,21 @@ - #include "firstparser.hxx" - - #define LIBDIR \ -- "/usr/share/hunspell:" \ -- "/usr/share/myspell:" \ -- "/usr/share/myspell/dicts" -+ "%%PREFIX%%/share/hunspell:" \ -+ "%%PREFIX%%/share/myspell:" \ -+ "%%PREFIX%%/share/myspell/dicts" - #define USEROOODIR \ - ".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:" \ -- "/opt/openoffice.org2.1/share/dict/ooo:" \ -- "/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" - #define HOME getenv("HOME") - #define DICBASENAME ".hunspell_" - #define LOGFILE "/tmp/hunspell.log" diff --git a/textproc/hunspell/files/patch-sysintl b/textproc/hunspell/files/patch-sysintl deleted file mode 100644 index d8c0d3dda0f9..000000000000 --- a/textproc/hunspell/files/patch-sysintl +++ /dev/null @@ -1,18 +0,0 @@ ---- configure 2008-08-14 05:53:13.000000000 -0400 -+++ configure 2008-08-26 06:35:15.000000000 -0400 -@@ -24576,5 +24576,5 @@ - - --ac_config_files="$ac_config_files Makefile hunspell.pc man/Makefile man/hu/Makefile intl/Makefile po/Makefile.in m4/Makefile src/Makefile src/hunspell/Makefile src/parsers/Makefile src/tools/Makefile src/win_api/Makefile tests/Makefile tests/suggestiontest/Makefile" -+ac_config_files="$ac_config_files Makefile hunspell.pc man/Makefile man/hu/Makefile po/Makefile.in m4/Makefile src/Makefile src/hunspell/Makefile src/parsers/Makefile src/tools/Makefile src/win_api/Makefile tests/Makefile tests/suggestiontest/Makefile" - - cat >confcache <<\_ACEOF ---- Makefile.in 2008-08-14 05:53:15.000000000 -0400 -+++ Makefile.in 2008-08-26 06:37:41.000000000 -0400 -@@ -230,5 +230,5 @@ - top_srcdir = @top_srcdir@ - ACLOCAL_AMFLAGS = -I m4 --SUBDIRS = intl po src man m4 tests -+SUBDIRS = po src man m4 tests - pkgconfdir = $(libdir)/pkgconfig - pkgconf_DATA = hunspell.pc |