diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-01-15 07:34:33 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-01-15 07:34:33 +0000 |
commit | 38d3fd34d50bfc11ffefbbfeef2b064551eed3e8 (patch) | |
tree | df95f08c3a0989c90a17ab4ac578a1b777ed0bca | |
parent | fccc0070c83d116ee8a91a1beb5067ab9a1e3d5c (diff) |
security/diswall: Broken on powerpc64le
Reported by: fallout
-rw-r--r-- | security/diswall/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/diswall/Makefile b/security/diswall/Makefile index 0b12b87da066..73c98473bba7 100644 --- a/security/diswall/Makefile +++ b/security/diswall/Makefile @@ -11,6 +11,8 @@ WWW= https://diswall.stream LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64le= compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://github.com/dis-works/diswall-rs/issues/7 + USES= cargo sqlite USE_GITHUB= yes |