diff options
author | mrg <mrg@pkgsrc.org> | 2015-06-05 21:04:36 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2015-06-05 21:04:36 +0000 |
commit | 9f376a0950df8ebcc33a145a137aa0a0f3004727 (patch) | |
tree | e9ff439ec431c38905e44359aeeb505fbfb902c1 /audio | |
parent | 7830ecb1d9a620e5e6b353c995a07d97b55f12b7 (diff) | |
download | pkgsrc-9f376a0950df8ebcc33a145a137aa0a0f3004727.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')
-rw-r--r-- | audio/lilv/Makefile | 3 |
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} |