diff options
-rw-r--r-- | hunspell/makefile.mk | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk index 5fdad9fa52b5..154b0e2c3092 100644 --- a/hunspell/makefile.mk +++ b/hunspell/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # # This file is part of OpenOffice.org. # @@ -57,6 +57,13 @@ CONFIGURE_FLAGS= --disable-shared --with-pic CONFIGURE_FLAGS+= CFLAGS=-xc99=none .ENDIF # "$(COMNAME)"=="sunpro5" +.IF "$(SYSBASE)"!="" +.IF "$(EXTRA_CFLAGS)"!="" +CONFIGURE_FLAGS+= CFLAGS="$(EXTRA_CFLAGS)" CXXFLAGS="$(EXTRA_CFLAGS)" +.ENDIF # "$(EXTRA_CFLAGS)"!="" +.ENDIF # "$(SYSBASE)"!="" + + BUILD_ACTION=make && make check OUT2LIB=$(BUILD_DIR)$/src$/hunspell$/.libs$/libhunspell-1.1.a |