git: adc5841febcf - main - audio/noise-suppression-for-voice-lv2: Fix build on non-amd64 systems
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Jun 2023 07:56:00 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=adc5841febcf614a4be006c5e9bdb1fe82fd018b commit adc5841febcf614a4be006c5e9bdb1fe82fd018b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-06-11 05:29:40 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-06-11 07:55:53 +0000 audio/noise-suppression-for-voice-lv2: Fix build on non-amd64 systems Reported by: fallout --- audio/noise-suppression-for-voice-lv2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/noise-suppression-for-voice-lv2/Makefile b/audio/noise-suppression-for-voice-lv2/Makefile index 8c4bb67450a5..9714cc3afc94 100644 --- a/audio/noise-suppression-for-voice-lv2/Makefile +++ b/audio/noise-suppression-for-voice-lv2/Makefile @@ -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