1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

audio/noise-suppression-for-voice-lv2: Fix build on non-amd64 systems

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2023-06-10 22:29:40 -07:00
parent d6a439712b
commit adc5841feb

View File

@ -37,7 +37,7 @@ post-install: # move plugins to a proper place: workaround for https://github.co
cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} \
lib/lv2/rnnoise_mono.lv2/librnnoise_mono.so \
lib/lv2/rnnoise_stereo.lv2/librnnoise_stereo.so \
lib/vst3/rnnoise.vst3/Contents/x86_64-linux/rnnoise.so
lib/vst3/rnnoise.vst3/Contents/*/rnnoise.so
# the LADSPA plugin can be used directly from PulseAudio's config file