Author: jim
Date: Thu Jul 5 15:23:14 2018
New Revision: 1835145
URL: http://svn.apache.org/viewvc?rev=1835145&view=rev
Log:
These are required for macOS to build...
Modified:
openoffice/trunk/main/lingucomponent/Library_MacOSXSpell.mk
openoffice/trunk/main/lingucomponent/Library_spell.mk
Modified: openoffice/trunk/main/lingucomponent/Library_MacOSXSpell.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/lingucomponent/Library_MacOSXSpell.mk?rev=1835145&r1=1835144&r2=1835145&view=diff
==============================================================================
--- openoffice/trunk/main/lingucomponent/Library_MacOSXSpell.mk (original)
+++ openoffice/trunk/main/lingucomponent/Library_MacOSXSpell.mk Thu Jul 5 15:23:14 2018
@@ -60,11 +60,6 @@ $(eval $(call gb_Library_add_libs,MacOSX
-framework CoreFoundation \
))
-$(eval $(call gb_Library_add_exception_objects,MacOSXSpell,\
- lingucomponent/source/spellcheck/macosxspell/macreg \
- lingucomponent/source/spellcheck/macosxspell/macspellimp \
-))
-
$(eval $(call gb_Library_add_cxxflags,MacOSXSpell,\
-x -objective-c++ -stdlib=libc++ \
))
Modified: openoffice/trunk/main/lingucomponent/Library_spell.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/lingucomponent/Library_spell.mk?rev=1835145&r1=1835144&r2=1835145&view=diff
==============================================================================
--- openoffice/trunk/main/lingucomponent/Library_spell.mk (original)
+++ openoffice/trunk/main/lingucomponent/Library_spell.mk Thu Jul 5 15:23:14 2018
@@ -62,10 +62,12 @@ $(eval $(call gb_Library_use_externals,s
hunspell \
))
+ifneq ($(OS),MACOSX)
$(eval $(call gb_Library_add_exception_objects,spell,\
lingucomponent/source/spellcheck/spell/sreg \
lingucomponent/source/spellcheck/spell/sspellimp \
))
+endif
ifeq ($(OS),MACOSX)
$(eval $(call gb_Library_add_libs,spell,\
|