From 8a0195433b3e30aaabc7e12bc718d90354b6f552 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 29 Mar 2025 09:25:49 -0700 Subject: [PATCH] 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 \