summaryrefslogtreecommitdiff
path: root/audio/lilv
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2015-06-05 21:04:36 +0000
committermrg <mrg@pkgsrc.org>2015-06-05 21:04:36 +0000
commit3d369bbbc1d6bd9a15865ae711d1c18fb793257e (patch)
treee9ff439ec431c38905e44359aeeb505fbfb902c1 /audio/lilv
parentf02065ccccb1f48cc7b5e45649c8e31cb41806d5 (diff)
downloadpkgsrc-3d369bbbc1d6bd9a15865ae711d1c18fb793257e.tar.gz
pass --configdir=${PKG_SYSCONFDIR:Q} so that the package and pkgsrc
agree on where the wrong file is installed for fixing it. fixes builds when PKG_SYSCONFDIR not the default.
Diffstat (limited to 'audio/lilv')
-rw-r--r--audio/lilv/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/lilv/Makefile b/audio/lilv/Makefile
index da0a061b295..89c68a8bb3d 100644
--- a/audio/lilv/Makefile
+++ b/audio/lilv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/04/25 14:20:22 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2015/06/05 21:04:36 mrg Exp $
DISTNAME= lilv-0.20.0
PKGREVISION= 1
@@ -29,6 +29,7 @@ BUILD_OPTIONS= ${BUILD_DEBUG} ${BUILD_DOC} ${BUILD_TESTS} # --bindings BROKEN
do-configure:
cd ${WRKSRC} && \
${SETENV} ${CONFIGURE_ENV} ${PYTHONBIN} ./waf configure \
+ --configdir=${PKG_SYSCONFDIR:Q} \
--destdir=${DESTDIR} --mandir=${PREFIX}/${PKGMANDIR} \
--default-lv2-path=${BUILDLINK_PREFIX.lv2}/lib/lv2 \
${BUILD_OPTIONS}