diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2026-04-08 18:38:34 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2026-04-08 18:48:56 +0000 |
| commit | ad45499b85f8cc8611909fdb594ecc7ef8a24c63 (patch) | |
| tree | 7bf4e0d60b3922064db9a5de1a7c15b7caba8456 /misc/nanocoder | |
| parent | 83a67a0312c034cf7b7cd46e42276472f6310279 (diff) | |
Diffstat (limited to 'misc/nanocoder')
| -rw-r--r-- | misc/nanocoder/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/nanocoder/Makefile b/misc/nanocoder/Makefile index 4b6280820f58..06f9ffae117f 100644 --- a/misc/nanocoder/Makefile +++ b/misc/nanocoder/Makefile @@ -10,6 +10,10 @@ WWW= https://github.com/Nano-Collective/nanocoder LICENSE= MIT +.for arch in armv6 armv7 i386 mips powerpc powerpcspe +BROKEN_${arch}= compilation fails on 32-bit platforms: https://github.com/withcatai/node-llama-cpp/issues/593 +.endfor + FETCH_DEPENDS= npm:www/npm \ jq:textproc/jq \ ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss |
