pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/rubberband



Module Name:    pkgsrc
Committed By:   he
Date:           Mon Apr 24 08:46:36 UTC 2023

Modified Files:
        pkgsrc/audio/rubberband: Makefile

Log Message:
audio/rubberband: add use of atomic64.mk, as that's apparently required.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/rubberband/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/rubberband/Makefile
diff -u pkgsrc/audio/rubberband/Makefile:1.11 pkgsrc/audio/rubberband/Makefile:1.12
--- pkgsrc/audio/rubberband/Makefile:1.11       Wed Mar  8 08:00:58 2023
+++ pkgsrc/audio/rubberband/Makefile    Mon Apr 24 08:46:36 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/03/08 08:00:58 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2023/04/24 08:46:36 he Exp $
 
 DISTNAME=      rubberband-3.1.2
 CATEGORIES=    audio
@@ -24,6 +24,7 @@ PYTHON_FOR_BUILD_ONLY=        tool
 PKGCONFIG_OVERRIDE_STAGE=      pre-install
 PKGCONFIG_OVERRIDE+=           output/meson-private/rubberband.pc
 
+.include "../../mk/atomic64.mk"
 .include "../../audio/ladspa/buildlink3.mk"
 .include "../../audio/libsamplerate/buildlink3.mk"
 .include "../../audio/libsndfile/buildlink3.mk"



Home | Main Index | Thread Index | Old Index