git: 3c3c454f640f - main - audio/noise-suppression-for-voice-lv2: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 04 Feb 2024 22:23:40 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3c3c454f640f762cfbd9330380f2e9924effc2cd

commit 3c3c454f640f762cfbd9330380f2e9924effc2cd
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:23:38 +0000

    audio/noise-suppression-for-voice-lv2: Broken on armv7
    
    Reported by:    fallout
---
 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