commit 3cebc8ef958d15bc16ef83ea773e82f485bb3fce Author: Ad-Sy Build Date: Wed Aug 29 17:11:33 2012 +0200 * Fixing: STL symbols not found in lingucomponent: hunspell was build with Cstd and lingucomponent with STLport. -> Chaning hunspell to build with STLport too. diff --git a/ext_libraries/hunspell/makefile.mk b/ext_libraries/hunspell/makefile.mk index a85db64..60122f9 100644 --- a/ext_libraries/hunspell/makefile.mk +++ b/ext_libraries/hunspell/makefile.mk @@ -52,7 +52,7 @@ PATCH_FILES= \ CONFIGURE_ACTION=$(AUGMENT_LIBRARY_PATH) configure CONFIGURE_FLAGS= --disable-shared --with-pic .IF "$(COMNAME)"=="sunpro5" -CONFIGURE_FLAGS+= CFLAGS=-xc99=none +CONFIGURE_FLAGS+= CFLAGS="-xc99=none" CXXFLAGS="-I$(SOLARVER)/$(INPATH)/inc/stl -library=no%Cstd" LDFLAGS="-L$(SOLARVER)/$(INPATH)/lib -lstlport_sunpro" .ENDIF # "$(COMNAME)"=="sunpro5" .IF "$(SYSBASE)"!=""