aboutsummaryrefslogtreecommitdiff
path: root/editors/parinfer-rust
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2024-05-20 13:18:29 +0000
committerMikael Urankar <mikael@FreeBSD.org>2024-05-20 13:19:15 +0000
commit18c52fb9905291070134cf3fb33b99f8f0409a9e (patch)
treedc8162a63c0fcd98daca671359e9eb5dd231e214 /editors/parinfer-rust
parent7aa4f968b4c554faeb2619e2fff77c54556e722d (diff)
downloadports-18c52fb9905291070134cf3fb33b99f8f0409a9e.tar.gz
ports-18c52fb9905291070134cf3fb33b99f8f0409a9e.zip
editors/parinfer-rust: Mark as broken on i386
Diffstat (limited to 'editors/parinfer-rust')
-rw-r--r--editors/parinfer-rust/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/parinfer-rust/Makefile b/editors/parinfer-rust/Makefile
index ee0252a7c504..856f7b122757 100644
--- a/editors/parinfer-rust/Makefile
+++ b/editors/parinfer-rust/Makefile
@@ -11,6 +11,8 @@ WWW= https://github.com/eraserhd/parinfer-rust
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE.md
+BROKEN_i386= error: casting references to a bigger memory layout than the backing allocation is undefined behavior, even if the reference is unused
+
BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT}
USES= cargo