git: 40755e7b159f - main - misc/koboldcpp: Broken on armv7 and i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 19 Sep 2024 03:11:51 UTC
The branch main has been updated by yuri:

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

commit 40755e7b159f187666867dc9cddee649a21ea8b7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-09-19 03:02:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-09-19 03:11:43 +0000

    misc/koboldcpp: Broken on armv7 and i386
    
    Reported by:    fallout
---
 misc/koboldcpp/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/misc/koboldcpp/Makefile b/misc/koboldcpp/Makefile
index 37b29180bfb3..29d56f39ebd3 100644
--- a/misc/koboldcpp/Makefile
+++ b/misc/koboldcpp/Makefile
@@ -10,6 +10,9 @@ WWW=		https://github.com/lostruins/koboldcpp
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+BROKEN_armv7=	compilation fails, see https://github.com/LostRuins/koboldcpp/issues/1129
+BROKEN_i386=	compilation fails, see https://github.com/LostRuins/koboldcpp/issues/1129
+
 LIB_DEPENDS=	libopenblas.so:math/openblas \
 		libvulkan.so:graphics/vulkan-loader