diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-01-14 22:28:35 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-01-14 22:29:10 -0800 |
commit | e7eae61ccb9c16bf2fc776d7c61801b4c4fbc4f2 (patch) | |
tree | 5e17e0597e2cb7e96650e79f4d0fbc9038c5053b /net-im | |
parent | devel/cdecl: update to 16.1 (diff) |
net-im/conduit: Broken on powerpc64le
Reported by: fallout
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/conduit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/conduit/Makefile b/net-im/conduit/Makefile index a49378ac0eb9..9bcb3d5fd394 100644 --- a/net-im/conduit/Makefile +++ b/net-im/conduit/Makefile @@ -12,6 +12,8 @@ WWW= https://conduit.rs/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64le= compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://gitlab.com/famedly/conduit/-/issues/416 + BUILD_DEPENDS= ${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/libclang.so:devel/llvm${LLVM_DEFAULT} USES= cargo gmake |