[PATCH] fix WaE with system libhunspell
David Ostrovsky (via Code Review)
gerrit at gerrit.libreoffice.org
Fri Apr 26 02:14:35 PDT 2013
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 at gmx.de>
More information about the LibreOffice
mailing list