diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-08-27 12:40:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-08-27 12:40:25 +0000 |
commit | cc1e97b2534db316cd06833bc0d93359a1aff1a6 (patch) | |
tree | a4d2e8d2ff0c72e6b0b41096b8182994fec014d4 /hunspell | |
parent | dba776cfcec6cd2d5d3e9ea164860a1663ec0604 (diff) |
INTEGRATION: CWS sb91 (1.8.2); FILE MERGED
2008/07/11 09:20:42 sb 1.8.2.1: #i91567# adapt to unxsolu4
Diffstat (limited to 'hunspell')
-rw-r--r-- | hunspell/makefile.mk | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk index f5f01306ce8a..a41aeca3b84b 100644 --- a/hunspell/makefile.mk +++ b/hunspell/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # # This file is part of OpenOffice.org. # @@ -57,12 +57,19 @@ CONFIGURE_FLAGS= --disable-shared --with-pic CONFIGURE_FLAGS+= CFLAGS=-xc99=none .ENDIF # "$(COMNAME)"=="sunpro5" +.IF "$(COM)"=="C52" && "$(CPU)"=="U" +LCL_CONFIGURE_CFLAGS+=-m64 +.ENDIF + .IF "$(SYSBASE)"!="" .IF "$(EXTRA_CFLAGS)"!="" -CONFIGURE_FLAGS+= CFLAGS="$(EXTRA_CFLAGS)" CXXFLAGS="$(EXTRA_CFLAGS)" +LCL_CONFIGURE_CFLAGS+=$(EXTRA_CFLAGS) .ENDIF # "$(EXTRA_CFLAGS)"!="" .ENDIF # "$(SYSBASE)"!="" +.IF "$(LCL_CONFIGURE_CFLAGS)"!="" +CONFIGURE_FLAGS+=CFLAGS='$(LCL_CONFIGURE_CFLAGS)' CXXFLAGS='$(LCL_CONFIGURE_CFLAGS)' +.ENDIF BUILD_ACTION=make && make check |