diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-24 19:24:01 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-24 21:06:07 -0700 |
commit | c9f55aaf9372f8d626be60e0cc283da5e4101fa1 (patch) | |
tree | e597dff21b7cdb6e757cfe1cf7fe4a7d9cd1a9f3 | |
parent | biology/ncbi-entrez-direct: Access to the NCBI's interconnected databases (diff) |
security/solana: Broken on i386
Reported by: fallout
-rw-r--r-- | security/solana/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/solana/Makefile b/security/solana/Makefile index f15b0fcee2f6..363ef90180b8 100644 --- a/security/solana/Makefile +++ b/security/solana/Makefile @@ -9,6 +9,8 @@ COMMENT= Web-scale blockchain for decentralized apps and marketplaces LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= Fails on 32-bit systems: https://github.com/solana-labs/solana/issues/16811 + BUILD_DEPENDS= llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} LIB_DEPENDS= libhidapi.so:comms/hidapi |