summaryrefslogtreecommitdiff
path: root/libxslt
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-04 13:56:44 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-04 13:56:44 +0000
commitd6e696727fa3b7a8c0bf65b85a939d65372843b4 (patch)
tree52529bdbd4c40710ee1ef7027ee9fc6fdf09996c /libxslt
parent85b09f29bc7c0366ab1e8f1a83d51028916e8278 (diff)
INTEGRATION: CWS obo19 (1.10.2); FILE MERGED
2007/11/29 10:48:33 obo 1.10.2.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger
Diffstat (limited to 'libxslt')
-rw-r--r--libxslt/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/libxslt/makefile.mk b/libxslt/makefile.mk
index 8b9df1ca0f79..23894b84d012 100644
--- a/libxslt/makefile.mk
+++ b/libxslt/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: vg $ $Date: 2007-10-15 12:32:10 $
+# last change: $Author: obo $ $Date: 2008-01-04 14:56:44 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -87,7 +87,7 @@ LDFLAGS:=-Wl,-R'$$$$ORIGIN:$$$$ORIGIN/../ure-link/lib'
.ENDIF # "$(OS)$(COM)"=="SOLARISC52"
.IF "$(SYSBASE)"!=""
-xslt_CFLAGS+=-I$(SYSBASE)$/usr$/include -I$(SOLARINCDIR)$/external
+xslt_CFLAGS+=-I$(SYSBASE)$/usr$/include -I$(SOLARINCDIR)$/external $(EXTRA_CFLAGS)
.IF "$(OS)"=="SOLARIS" || "$(OS)"=="LINUX"
LDFLAGS+=-L$(SYSBASE)$/lib -L$(SYSBASE)$/usr$/lib -L$(SOLARLIBDIR) -lpthread -ldl
.ENDIF