diff options
Diffstat (limited to 'libxmlsec')
-rw-r--r-- | libxmlsec/makefile.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libxmlsec/makefile.mk b/libxmlsec/makefile.mk index 1a39c31ba191..376ffc469bec 100644 --- a/libxmlsec/makefile.mk +++ b/libxmlsec/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # # This file is part of OpenOffice.org. # @@ -99,6 +99,10 @@ BUILD_DIR=$(CONFIGURE_DIR) .ELSE .IF "$(GUI)"=="UNX" +.IF "$(COM)"=="C52" && "$(CPU)"=="U" +xmlsec_CFLAGS+=-m64 +.ENDIF + .IF "$(SYSBASE)"!="" xmlsec_CFLAGS+=-I$(SYSBASE)$/usr$/include .IF "$(COMNAME)"=="sunpro5" |