summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2024-05-20 15:18:29 +0200
committerMikael Urankar <mikael@FreeBSD.org>2024-05-20 15:19:15 +0200
commit18c52fb9905291070134cf3fb33b99f8f0409a9e (patch)
treedc8162a63c0fcd98daca671359e9eb5dd231e214 /editors
parentsecurity/rustscan: Mark as broken on i386 (diff)
editors/parinfer-rust: Mark as broken on i386
Diffstat (limited to 'editors')
-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