diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-11-27 00:54:30 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-11-27 00:54:30 +0800 |
commit | 5599025f082950f9def363ef8c9903501109dae5 (patch) | |
tree | 9afd7ea37a44bd6189124a9dbe687943bf63804f /editors/openoffice-devel | |
parent | ee53780f1613ec2bb393a89c66163e5f7a41a6ab (diff) | |
download | freebsd-ports-gnome-5599025f082950f9def363ef8c9903501109dae5.tar.gz freebsd-ports-gnome-5599025f082950f9def363ef8c9903501109dae5.tar.zst freebsd-ports-gnome-5599025f082950f9def363ef8c9903501109dae5.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
Diffstat (limited to 'editors/openoffice-devel')
-rw-r--r-- | editors/openoffice-devel/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/openoffice-devel/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx b/editors/openoffice-devel/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx new file mode 100644 index 000000000000..b66898b99345 --- /dev/null +++ b/editors/openoffice-devel/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> |