Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2023 07:56:00 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: adc5841febcf - main - audio/noise-suppression-for-voice-lv2: Fix build on non-amd64 systems
Message-ID:  <202306110756.35B7u0WP033095@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306110756.35B7u0WP033095>