Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libsndfile libsndfile: python as tool to appease...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b72993895ff1
branches:  trunk
changeset: 437124:b72993895ff1
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Aug 17 05:26:16 2020 +0000

description:
libsndfile: python as tool to appease configure ...

diffstat:

 audio/libsndfile/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 7cc0b89ecafd -r b72993895ff1 audio/libsndfile/Makefile
--- a/audio/libsndfile/Makefile Mon Aug 17 05:25:48 2020 +0000
+++ b/audio/libsndfile/Makefile Mon Aug 17 05:26:16 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2020/08/15 23:36:38 nia Exp $
+# $NetBSD: Makefile,v 1.78 2020/08/17 05:26:16 tnn Exp $
 
 DISTNAME=      libsndfile-1.0.29
 CATEGORIES=    audio
@@ -18,6 +18,7 @@
 USE_TOOLS+=            autogen autoconf autoreconf automake pkg-config
 PKGCONFIG_OVERRIDE=    sndfile.pc.in
 GNU_CONFIGURE=         yes
+PYTHON_FOR_BUILD_ONLY= tool
 
 TEST_TARGET=           check
 
@@ -35,6 +36,7 @@
        cd ${WRKSRC} && autoreconf -fi
 
 .include "../../audio/flac/buildlink3.mk"
+.include "../../lang/python/tool.mk"
 .include "../../audio/libopus/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libogg+= libogg>=1.1.3



Home | Main Index | Thread Index | Old Index