summaryrefslogtreecommitdiff
path: root/libxmlsec
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-08-27 12:48:25 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-08-27 12:48:25 +0000
commitddca3b4bf1e11ae67cc21b6b7df0365f306456e2 (patch)
treeccca9cd5842bbaf841fcd91aca5d606ed24b541d /libxmlsec
parent2366c58cd981fedbd3de6f31e66c89f2df73136a (diff)
INTEGRATION: CWS sb91 (1.17.8); FILE MERGED
2008/07/11 10:08:20 sb 1.17.8.1: #i91567# adapt to unxsolu4
Diffstat (limited to 'libxmlsec')
-rw-r--r--libxmlsec/makefile.mk6
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"