summaryrefslogtreecommitdiff
path: root/libxml2
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 12:54:36 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 12:54:36 +0000
commit0d7e2a9586eddbe518f6b81a9ff830a86db0dd12 (patch)
treef4520668cedc600a97181b757fd8bef748e7c83e /libxml2
parent79e12bf2448e387f6f955297cc8508b9f5249a72 (diff)
INTEGRATION: CWS hr51 (1.21.4); FILE MERGED
2008/05/14 14:51:51 hr 1.21.4.1: #i88947#: add ARCH_FLAG for Solaris LP64
Diffstat (limited to 'libxml2')
-rw-r--r--libxml2/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk
index 2bf2500507f1..d57629c7e633 100644
--- a/libxml2/makefile.mk
+++ b/libxml2/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.22 $
+# $Revision: 1.23 $
#
# This file is part of OpenOffice.org.
#
@@ -78,7 +78,7 @@ BUILD_DIR=$(CONFIGURE_DIR)
.IF "$(SYSBASE)"!=""
xml2_CFLAGS+=-I$(SYSBASE)$/usr$/include
.IF "$(COMNAME)"=="sunpro5"
-xml2_CFLAGS+=$(C_RESTRICTIONFLAGS)
+xml2_CFLAGS+=$(ARCH_FLAGS) $(C_RESTRICTIONFLAGS)
.ENDIF # "$(COMNAME)"=="sunpro5"
xml2_LDFLAGS+=-L$(SYSBASE)$/usr$/lib
.ENDIF # "$(SYSBASE)"!=""