pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap2-xslt2 Fix build when ${PREFIX}/sbin is not in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b82d68d32222
branches:  trunk
changeset: 545153:b82d68d32222
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jul 27 16:41:34 2008 +0000

description:
Fix build when ${PREFIX}/sbin is not in PATH.

diffstat:

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

diffs (17 lines):

diff -r 28f077c1b61e -r b82d68d32222 www/ap2-xslt2/Makefile
--- a/www/ap2-xslt2/Makefile    Sun Jul 27 16:35:49 2008 +0000
+++ b/www/ap2-xslt2/Makefile    Sun Jul 27 16:41:34 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/08/30 13:31:45 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2008/07/27 16:41:34 joerg Exp $
 #
 
 DISTNAME=      modxslt-${DIST_VER}
@@ -22,6 +22,7 @@
 
 CONFIGURE_ARGS+=       --enable-fallback-wraparound
 CONFIGURE_ARGS+=       --enable-libxslt-hack
+CONFIGURE_ARGS+=       --with-apxs=${PREFIX}/sbin/apxs
 
 REPLACE_BASH=  utils/modxslt-config.pre.in
 



Home | Main Index | Thread Index | Old Index