aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-4
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-11-26 16:54:30 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-11-26 16:54:30 +0000
commitc7220dddaebae4f759f8032d65874d5c1cbff738 (patch)
tree9afd7ea37a44bd6189124a9dbe687943bf63804f /editors/openoffice-4
parentf835eac23bc33c02bbd03f881bd7d018d3df8459 (diff)
downloadports-c7220dddaebae4f759f8032d65874d5c1cbff738.tar.gz
ports-c7220dddaebae4f759f8032d65874d5c1cbff738.zip
editors/openoffice*: unbreak consumers with hunspell 1.5
main/lingucomponent/source/spellcheck/spell/sspellimp.cxx:39:10: fatal error: 'dictmgr.hxx' file not found #include <dictmgr.hxx> ^ PR: 214844 Obtained from: upstream Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=427174
Diffstat (limited to 'editors/openoffice-4')
-rw-r--r--editors/openoffice-4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/openoffice-4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx b/editors/openoffice-4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx
new file mode 100644
index 000000000000..b66898b99345
--- /dev/null
+++ b/editors/openoffice-4/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx
@@ -0,0 +1,14 @@
+Minimal exceprt from upstream fix only to unbreak build
+
+https://cgit.freedesktop.org/libreoffice/core/commit/?id=072b32442e3f6f220936a93ad1fcbde57746b747
+
+--- lingucomponent/source/spellcheck/spell/sspellimp.cxx.orig 2016-01-29 07:10:27 UTC
++++ lingucomponent/source/spellcheck/spell/sspellimp.cxx
+@@ -37,7 +37,6 @@
+
+ #include <lingutil.hxx>
+ #include <hunspell.hxx>
+-#include <dictmgr.hxx>
+ #include <sspellimp.hxx>
+
+ #include <linguistic/lngprops.hxx>