diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-19 14:36:15 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-19 14:36:15 +0000 |
commit | 96336534cb09baf5ab2b551a3a935bbce51fea29 (patch) | |
tree | 6a6458ddcd2c4e69673b164e9f0cffec5e9010a6 | |
parent | 2a18dd4a8399a1b88ce97fe1247a6d6d3c64ac18 (diff) |
INTEGRATION: CWS obo32 (1.6.2); FILE MERGED
2008/06/19 07:38:17 obo 1.6.2.1: #i90866# Build breaks in SO environment
-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 |