diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 13:03:10 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 13:03:10 +0000 |
commit | 21d6f5adecda85c0a1c10e0b3ad65de38878ba48 (patch) | |
tree | fba34b4eed7049e14d0940789ca9c467f4489b4a /libxslt | |
parent | 0d7e2a9586eddbe518f6b81a9ff830a86db0dd12 (diff) |
INTEGRATION: CWS hr51 (1.13.4); FILE MERGED
2008/06/06 14:29:38 hr 1.13.4.1: #i88947#: Solaris 64 bit support
Diffstat (limited to 'libxslt')
-rw-r--r-- | libxslt/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libxslt/makefile.mk b/libxslt/makefile.mk index 96231dc488b2..1210f23cb9ca 100644 --- a/libxslt/makefile.mk +++ b/libxslt/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # # This file is part of OpenOffice.org. # @@ -93,7 +93,7 @@ LDFLAGS+=-L$(SYSBASE)$/lib -L$(SYSBASE)$/usr$/lib -L$(SOLARLIBDIR) -lpthread -ld .EXPORT: LDFLAGS .IF "$(COMNAME)"=="sunpro5" -xslt_CFLAGS+=-xc99=none +xslt_CFLAGS+=$(ARCH_FLAGS) -xc99=none .ENDIF # "$(COMNAME)"=="sunpro5" CONFIGURE_DIR= CONFIGURE_ACTION=.$/configure |