pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libsamplerate



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar 17 12:49:12 UTC 2024

Modified Files:
        pkgsrc/audio/libsamplerate: Makefile

Log Message:
libsamplerate: Avoid building examples, which are neither installed
nor needed by the test suite.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/libsamplerate/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/libsamplerate/Makefile
diff -u pkgsrc/audio/libsamplerate/Makefile:1.33 pkgsrc/audio/libsamplerate/Makefile:1.34
--- pkgsrc/audio/libsamplerate/Makefile:1.33    Sat May  6 19:08:46 2023
+++ pkgsrc/audio/libsamplerate/Makefile Sun Mar 17 12:49:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2023/05/06 19:08:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.34 2024/03/17 12:49:12 nia Exp $
 
 DISTNAME=      libsamplerate-0.2.2
 PKGREVISION=   4
@@ -17,6 +17,11 @@ USE_TOOLS+=          pkg-config
 GNU_CONFIGURE=         yes
 PKGCONFIG_OVERRIDE+=   samplerate.pc.in
 
+# Avoid building examples, which read into OS-specific audio APIs
+# and may fail on some older platforms.
+# This doesn't affect anything we actually care about (e.g. tests)
+MAKE_FLAGS+=           noinst_PROGRAMS=
+
 TEST_TARGET=   check
 
 BUILDLINK_API_DEPENDS.libsndfile+=     libsndfile>=1.0.2



Home | Main Index | Thread Index | Old Index