git: 70fb9f2590eb - main - security/diswall: unbreak on powerpc64le

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 29 Jan 2025 16:57:58 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=70fb9f2590eb4d0ceed867f7f5fa07f8e3115343

commit 70fb9f2590eb4d0ceed867f7f5fa07f8e3115343
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-23 21:31:13 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-29 16:56:34 +0000

    security/diswall: unbreak on powerpc64le
---
 security/diswall/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/security/diswall/Makefile b/security/diswall/Makefile
index 3a49b49ca63b..cbc187545405 100644
--- a/security/diswall/Makefile
+++ b/security/diswall/Makefile
@@ -12,8 +12,6 @@ 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