git: b6d94d294beb - main - audio/surge-synthesizer-lv2: Broken on armv6, armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 24 Jul 2022 19:10:43 UTC
The branch main has been updated by yuri:

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

commit b6d94d294beb7806f39a50575b7ebe3283fa4286
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-24 19:09:59 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-24 19:09:59 +0000

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

diff --git a/audio/surge-synthesizer-lv2/Makefile b/audio/surge-synthesizer-lv2/Makefile
index 1ff9af045cb0..241c67c948e3 100644
--- a/audio/surge-synthesizer-lv2/Makefile
+++ b/audio/surge-synthesizer-lv2/Makefile
@@ -11,6 +11,8 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=	error: use of undeclared identifier '__builtin_ia32_packssdw'
+BROKEN_armv6=	emmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64, see https://github.com/surge-synthesizer/surge/issues/6418
+BROKEN_armv7=	emmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64, see https://github.com/surge-synthesizer/surge/issues/6418
 BROKEN_riscv64=	error: functions that differ only in their return type cannot be overloaded - simde-related, see https://github.com/simd-everywhere/simde/issues/962
 
 BUILD_DEPENDS=	lv2>0:audio/lv2 \