pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libsndfile



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug 17 05:26:16 UTC 2020

Modified Files:
        pkgsrc/audio/libsndfile: Makefile

Log Message:
libsndfile: python as tool to appease configure ...


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/audio/libsndfile/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/libsndfile/Makefile
diff -u pkgsrc/audio/libsndfile/Makefile:1.77 pkgsrc/audio/libsndfile/Makefile:1.78
--- pkgsrc/audio/libsndfile/Makefile:1.77       Sat Aug 15 23:36:38 2020
+++ pkgsrc/audio/libsndfile/Makefile    Mon Aug 17 05:26:16 2020
@@ -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_LIBTOOL=          yes
 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 @@ pre-configure:
        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