aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-15 07:34:33 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-15 07:35:11 +0000
commitcf4c8857ae6390a0dd678c749bae8b2bbd8b381c (patch)
treeabfc488c1c8217d114aecb26fc25be0be3bacec9
parentd42c25ce7961c15cbcd3ed9b9a4796f9fa65ecae (diff)
downloadports-cf4c8857ae6390a0dd678c749bae8b2bbd8b381c.tar.gz
ports-cf4c8857ae6390a0dd678c749bae8b2bbd8b381c.zip
security/diswall: Broken on powerpc64le
Reported by: fallout (cherry picked from commit 38d3fd34d50bfc11ffefbbfeef2b064551eed3e8)
-rw-r--r--security/diswall/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/diswall/Makefile b/security/diswall/Makefile
index ff8dfc6b7ff2..70944885483a 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