pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap2-xslt2 Do not depend on the *-config unwrap pha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca6d58d1a4db
branches:  trunk
changeset: 567992:ca6d58d1a4db
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Nov 30 18:52:33 2009 +0000

description:
Do not depend on the *-config unwrap phase to not leak the .buildlink
path.

diffstat:

 www/ap2-xslt2/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 22d335b12af9 -r ca6d58d1a4db www/ap2-xslt2/Makefile
--- a/www/ap2-xslt2/Makefile    Mon Nov 30 18:38:02 2009 +0000
+++ b/www/ap2-xslt2/Makefile    Mon Nov 30 18:52:33 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/07/27 18:53:40 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2009/11/30 18:52:33 joerg Exp $
 #
 
 DISTNAME=      modxslt-${DIST_VER}
@@ -22,7 +22,10 @@
 
 CONFIGURE_ARGS+=       --enable-fallback-wraparound
 CONFIGURE_ARGS+=       --enable-libxslt-hack
-CONFIGURE_ARGS+=       --with-apxs=${PREFIX}/sbin/apxs
+CONFIGURE_ARGS+=       --with-apxs=${PREFIX}/sbin/apxs \
+                       --with-xml2-config=${BUILDLINK_PREFIX.libxml2}/bin/xml2-config \
+                       --with-apr-config=${BUILDLINK_PREFIX.apr}/bin/apr-config \
+                       --with-apu-config=${BUILDLINK_PREFIX.apr}/bin/apu-config 
 
 REPLACE_BASH=  utils/modxslt-config.pre.in
 



Home | Main Index | Thread Index | Old Index