git: a4b692d10ffa - main - misc/air: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 06 Feb 2025 16:44:29 UTC
The branch main has been updated by yuri:

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

commit a4b692d10ffa4f91256e7bf0c1e867808ecdb280
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-02-06 16:43:56 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-02-06 16:44:27 +0000

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

diff --git a/misc/air/Makefile b/misc/air/Makefile
index 5c2ac7753f38..4e74202d6a08 100644
--- a/misc/air/Makefile
+++ b/misc/air/Makefile
@@ -13,6 +13,8 @@ WWW=		https://github.com/alescdb/air
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_armv7=	compilation fails: In file included from ./llama.cpp/k_quants.c:50: /usr/local/llvm15/lib/clang/15.0.7/include/immintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
+
 USES=		cargo llvm:15 ssl
 
 USE_GITHUB=	yes