aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-02-03 07:49:51 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-02-03 07:52:52 +0000
commit63f054112aa3094f30749ca5f0deff7ccbe62eab (patch)
tree24f3afa5093dc939973f34e01e3d6dbe0236425a
parent0bea4e57e7902a5ace072fe8d95de820f23a85c5 (diff)
downloadports-63f054112aa3094f30749ca5f0deff7ccbe62eab.tar.gz
ports-63f054112aa3094f30749ca5f0deff7ccbe62eab.zip
lang/gluon: Broken on armv7
Reported by: fallout
-rw-r--r--lang/gluon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gluon/Makefile b/lang/gluon/Makefile
index 482d990417d0..dcf67dfa8196 100644
--- a/lang/gluon/Makefile
+++ b/lang/gluon/Makefile
@@ -11,6 +11,7 @@ WWW= https://gluon-lang.org
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/../LICENSE
+BROKEN_armv7= compilation fails: (1) error[E0412]: cannot find type `AtomicU128` in module `core::sync::atomic` (2) LLVM ERROR: out of memory
BROKEN_i386= compilation fails: LLVM ERROR: out of memory
USES= cargo