diff options
author | jperkin <jperkin> | 2014-12-15 11:07:09 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-12-15 11:07:09 +0000 |
commit | ce77bd7a89bd1e8ec767e7e586309edeb770fc19 (patch) | |
tree | f2b2778240760cc9169c3298b822ee22b7914c4b /textproc | |
parent | 405971b67d01e23d0bf3f77e7b623cbd5ef194a2 (diff) | |
download | pkgsrc-ce77bd7a89bd1e8ec767e7e586309edeb770fc19.tar.gz |
Pass explicit path to zlib.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 9bcb415e055..d60d82026d2 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.133 2014/10/28 18:55:56 drochner Exp $ +# $NetBSD: Makefile,v 1.134 2014/12/15 11:07:09 jperkin Exp $ DISTNAME= libxml2-2.9.2 PKGREVISION= 1 @@ -17,6 +17,7 @@ USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-html-subdir=libxml2 CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.iconv} +CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib} CONFIGURE_ARGS+= --without-python PKGCONFIG_OVERRIDE= libxml-2.0.pc.in |