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:   jperkin
Date:           Mon Jun 26 08:15:10 UTC 2023

Modified Files:
        pkgsrc/audio/rubberband: Makefile

Log Message:
rubberband: Prune another --version-script.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/audio/rubberband/Makefile:1.14
--- pkgsrc/audio/rubberband/Makefile:1.13       Sat May  6 19:08:47 2023
+++ pkgsrc/audio/rubberband/Makefile    Mon Jun 26 08:15:10 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2023/05/06 19:08:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2023/06/26 08:15:10 jperkin Exp $
 
 DISTNAME=      rubberband-3.1.2
 PKGREVISION=   1
@@ -17,8 +17,9 @@ USE_LANGUAGES=        c c++
 MESON_ARGS+=   -Dfft=fftw
 MESON_ARGS+=   -Dresampler=libsamplerate
 
-BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--version-script=${WRKSRC}/vamp/vamp-plugin.map
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--version-script=${WRKSRC}/ladspa-lv2/ladspa-plugin.map
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--version-script=${WRKSRC}/ladspa/ladspa-plugin.map
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--version-script=${WRKSRC}/vamp/vamp-plugin.map
 
 PYTHON_FOR_BUILD_ONLY= tool
 



Home | Main Index | Thread Index | Old Index