rubberband: Fix building on illumos.
This commit is contained in:
parent
a0ab708446
commit
595f6c106e
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue