Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3618
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/18/3618/1
fix WaE with system libhunspell
Change-Id: I6d943136ef189a57bc5fa95530c76b0226ba874d
---
M RepositoryExternal.mk
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 322e914..2db87ca 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -518,10 +518,16 @@
ifeq ($(SYSTEM_HUNSPELL),YES)
+#
+# Workaround to use system libhunspell with enabled werror:
+# OpenSUSE 12.3
+# hunspell-devel-1.3.2-12.1.1.x86_64
+# /usr/include/hunspell/hunvisapi.h
+# #elif BUILDING_LIBHUNSPELL && 1
define gb_LinkTarget__use_hunspell
$(call gb_LinkTarget_set_include,$(1),\
$$(INCLUDE) \
- $(HUNSPELL_CFLAGS) \
+ $(HUNSPELL_CFLAGS) -DBUILDING_LIBHUNSPELL=0 \
)
$(call gb_LinkTarget_add_libs,$(1),$(HUNSPELL_LIBS))
--
To view, visit https://gerrit.libreoffice.org/3618
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6d943136ef189a57bc5fa95530c76b0226ba874d
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: David Ostrovsky <David.Ostrovsky@gmx.de>
Context
- [PATCH] fix WaE with system libhunspell · David Ostrovsky (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.