Date: Sun, 4 Feb 2024 22:24:34 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 01e334855d9a - 2024Q1 - audio/noise-suppression-for-voice-lv2: Broken on armv7 Message-ID: <202402042224.414MOYRg035263@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=01e334855d9affb1ffaa45226b3be162ac2df831 commit 01e334855d9affb1ffaa45226b3be162ac2df831 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-02-04 22:23:06 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-02-04 22:24:29 +0000 audio/noise-suppression-for-voice-lv2: Broken on armv7 Reported by: fallout (cherry picked from commit 3c3c454f640f762cfbd9330380f2e9924effc2cd) --- audio/noise-suppression-for-voice-lv2/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/noise-suppression-for-voice-lv2/Makefile b/audio/noise-suppression-for-voice-lv2/Makefile index a0f8bc7825e6..ddf4b4c066c1 100644 --- a/audio/noise-suppression-for-voice-lv2/Makefile +++ b/audio/noise-suppression-for-voice-lv2/Makefile @@ -12,6 +12,8 @@ WWW= https://github.com/werman/noise-suppression-for-voice LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= link fails: ld: error: undefined symbol: __atomic_store and ld: error: undefined symbol: __atomic_load + BUILD_DEPENDS= juce>0:devel/juce \ lv2>0:audio/lv2 LIB_DEPENDS= libfreetype.so:print/freetype2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402042224.414MOYRg035263>