pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/lilv pass --configdir=${PKG_SYSCONFDIR:Q} so tha...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e417bc205d26
branches: trunk
changeset: 652633:e417bc205d26
user: mrg <mrg%pkgsrc.org@localhost>
date: Fri Jun 05 21:04:36 2015 +0000
description:
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:
audio/lilv/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f6e7a9e29821 -r e417bc205d26 audio/lilv/Makefile
--- a/audio/lilv/Makefile Fri Jun 05 20:43:05 2015 +0000
+++ b/audio/lilv/Makefile Fri Jun 05 21:04:36 2015 +0000
@@ -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 @@
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}
Home |
Main Index |
Thread Index |
Old Index