diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-25 06:16:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-25 06:16:43 +0000 |
commit | 3906a67cf0683e33ff01079cc8f758217bdbe37e (patch) | |
tree | a9bbded443effa8724adca8999a2b4ab7c84a906 /libxslt | |
parent | 390e886cdb367e200e1f9026372ca5ac05d73fd2 (diff) |
#i80003# fix for FreeBSD
Diffstat (limited to 'libxslt')
-rw-r--r-- | libxslt/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libxslt/makefile.mk b/libxslt/makefile.mk index 02f980ce305c..d307e88ab1f6 100644 --- a/libxslt/makefile.mk +++ b/libxslt/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: obo $ $Date: 2007-07-19 11:21:19 $ +# last change: $Author: obo $ $Date: 2007-07-25 07:16:43 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -89,6 +89,9 @@ xslt_CFLAGS+=-xc99=none .ENDIF # "$(COMNAME)"=="sunpro5" CONFIGURE_DIR= xslt_LDFLAGS+=-lxml2 -lz +.IF "$(OS)"=="FREEBSD" +xslt_LDFLAGS+=-L$(SOLARLIBDIR) +.ENDIF CONFIGURE_ACTION=chmod 777 libxml2-config && .$/configure CONFIGURE_FLAGS=--enable-ipv6=no --without-crypto --without-python --enable-static=no --with-sax1=yes CFLAGS="$(xslt_CFLAGS)" LDFLAGS="$(xslt_LDFLAGS)" BUILD_ACTION=$(GNUMAKE) |