pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/rubberband rubberband: Fix building on illumos.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c807bac18e4
branches:  trunk
changeset: 376872:4c807bac18e4
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Apr 14 06:34:52 2022 +0000

description:
rubberband: Fix building on illumos.

diffstat:

 audio/rubberband/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 4976ae035224 -r 4c807bac18e4 audio/rubberband/Makefile
--- a/audio/rubberband/Makefile Thu Apr 14 06:32:00 2022 +0000
+++ b/audio/rubberband/Makefile Thu Apr 14 06:34:52 2022 +0000
@@ -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 @@
 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