Author: jim
Date: Thu Jul 5 14:35:56 2018
New Revision: 1835141
URL: http://svn.apache.org/viewvc?rev=1835141&view=rev
Log:
further along now...
Modified:
openoffice/trunk/main/lingucomponent/Library_spell.mk
Modified: openoffice/trunk/main/lingucomponent/Library_spell.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/lingucomponent/Library_spell.mk?rev=1835141&r1=1835140&r2=1835141&view=diff
==============================================================================
--- openoffice/trunk/main/lingucomponent/Library_spell.mk (original)
+++ openoffice/trunk/main/lingucomponent/Library_spell.mk Thu Jul 5 14:35:56 2018
@@ -67,5 +67,16 @@ $(eval $(call gb_Library_add_exception_o
lingucomponent/source/spellcheck/spell/sspellimp \
))
+ifeq ($(OS),MACOSX)
+$(eval $(call gb_Library_add_libs,spell,\
+ -framework Cocoa \
+ -framework Carbon \
+ -framework CoreFoundation \
+))
+
+$(eval $(call gb_Library_add_cxxflags,spell,\
+ -x -objective-c++ -stdlib=libc++ \
+))
+endif
# vim: set noet sw=4 ts=4:
|