pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/libxml2 pass --with-lzma to configure script



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f401c47d325f
branches:  trunk
changeset: 648886:f401c47d325f
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Mar 22 05:53:12 2015 +0000

description:
pass --with-lzma to configure script

diffstat:

 textproc/libxml2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5b78fccaeb63 -r f401c47d325f textproc/libxml2/Makefile
--- a/textproc/libxml2/Makefile Sun Mar 22 03:43:11 2015 +0000
+++ b/textproc/libxml2/Makefile Sun Mar 22 05:53:12 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.135 2015/03/11 22:53:10 tnn Exp $
+# $NetBSD: Makefile,v 1.136 2015/03/22 05:53:12 tnn Exp $
 
 DISTNAME=      libxml2-2.9.2
 PKGREVISION=   1
@@ -18,6 +18,7 @@
 CONFIGURE_ARGS+=       --with-html-subdir=libxml2
 CONFIGURE_ARGS+=       --with-iconv=${BUILDLINK_PREFIX.iconv}
 CONFIGURE_ARGS+=       --with-zlib=${BUILDLINK_PREFIX.zlib}
+CONFIGURE_ARGS+=       --with-lzma=${BUILDLINK_PREFIX.xz}
 CONFIGURE_ARGS+=       --without-python
 
 PKGCONFIG_OVERRIDE=    libxml-2.0.pc.in



Home | Main Index | Thread Index | Old Index