git: 8b7f2df6ba5c - 2024Q2 - misc/llama-cpp: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 06 May 2024 08:40:14 UTC
The branch 2024Q2 has been updated by yuri:

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

commit 8b7f2df6ba5c844fb0feaf6ff3d1f704126da6ea
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-06 08:38:33 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-06 08:40:10 +0000

    misc/llama-cpp: Broken on armv7
    
    Reported by:    fallout
    
    (cherry picked from commit 594f2ade6789a66fd495f326bdf2ca6050cf0800)
---
 misc/llama-cpp/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/llama-cpp/Makefile b/misc/llama-cpp/Makefile
index 8aa63731b554..7c292b06660e 100644
--- a/misc/llama-cpp/Makefile
+++ b/misc/llama-cpp/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/ggerganov/llama.cpp
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278810
+
 USES=		cmake:testing compiler:c++11-lang python:run shebangfix
 USE_LDCONFIG=	yes