aboutsummaryrefslogtreecommitdiff
path: root/misc/llama-cpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/llama-cpp/Makefile')
-rw-r--r--misc/llama-cpp/Makefile2
1 files changed, 2 insertions, 0 deletions
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