git: e36c83e22589 - main - security/solana: Correct BROKEN=xx line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 20:25:44 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e36c83e22589a64be71ac1fb62a6c4cf07612ad3
commit e36c83e22589a64be71ac1fb62a6c4cf07612ad3
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-12 20:25:09 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-12 20:25:42 +0000
security/solana: Correct BROKEN=xx line
---
security/solana/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/solana/Makefile b/security/solana/Makefile
index 66fd9be681ba..e22e70ae1561 100644
--- a/security/solana/Makefile
+++ b/security/solana/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_armv7= compilation failure: error[E0512]: cannot transmute between types of different sizes, or dependently-sized types --> programs/bpf_loader/src/syscalls/mod.rs:489:21
BROKEN_i386= fails on 32-bit systems: https://github.com/solana-labs/solana/issues/16811
-BROKEN_powerpc64l= compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs:358:10
+BROKEN_powerpc64le= compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs:358:10 # see https://github.com/rust-lang/rust/issues/119901
BUILD_DEPENDS= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} \
protoc:devel/protobuf \