git: 8a0195433b3e - main - audio/odin2-synthesizer: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 29 Mar 2025 16:28:00 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8a0195433b3e30aaabc7e12bc718d90354b6f552

commit 8a0195433b3e30aaabc7e12bc718d90354b6f552
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-03-29 16:25:49 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-03-29 16:27:47 +0000

    audio/odin2-synthesizer: Broken on armv7
    
    Reported by:    fallout
---
 audio/odin2-synthesizer/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/odin2-synthesizer/Makefile b/audio/odin2-synthesizer/Makefile
index 8e224a190042..c6dc591a6414 100644
--- a/audio/odin2-synthesizer/Makefile
+++ b/audio/odin2-synthesizer/Makefile
@@ -12,6 +12,8 @@ WWW=		https://thewavewarden.com/pages/odin-2 \
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	compilation fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279134
+
 BUILD_DEPENDS=	lv2>0:audio/lv2 \
 		bash:shells/bash
 LIB_DEPENDS=	libasound.so:audio/alsa-lib \