diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-02-02 23:49:51 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-02-02 23:52:52 -0800 |
commit | 63f054112aa3094f30749ca5f0deff7ccbe62eab (patch) | |
tree | 24f3afa5093dc939973f34e01e3d6dbe0236425a /lang | |
parent | 0bea4e57e7902a5ace072fe8d95de820f23a85c5 (diff) | |
download | freebsd-ports-63f054112aa3094f30749ca5f0deff7ccbe62eab.zip |
lang/gluon: Broken on armv7
Reported by: fallout
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gluon/Makefile | 1 |
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 |