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:   nia
Date:           Thu Apr 14 06:34:52 UTC 2022

Modified Files:
        pkgsrc/audio/rubberband: Makefile

Log Message:
rubberband: Fix building on illumos.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 pkgsrc/audio/rubberband/Makefile:1.9
--- pkgsrc/audio/rubberband/Makefile:1.8        Mon Mar 28 10:43:39 2022
+++ pkgsrc/audio/rubberband/Makefile    Thu Apr 14 06:34:52 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/03/28 10:43:39 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2022/04/14 06:34:52 nia Exp $
 
 DISTNAME=      rubberband-1.9.2
 PKGREVISION=   1
@@ -17,6 +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/ladspa-plugin.map
+
 PYTHON_FOR_BUILD_ONLY= tool
 
 PKGCONFIG_OVERRIDE_STAGE=      pre-install



Home | Main Index | Thread Index | Old Index