git: b6e35e00f741 - main - devel/fnm: Broken on powerpc64le

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 15 Jan 2024 07:14:51 UTC
The branch main has been updated by yuri:

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

commit b6e35e00f741c0456a7e6d5f5d09a56df1f21000
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-15 07:14:19 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-15 07:14:19 +0000

    devel/fnm: Broken on powerpc64le
    
    Reported by:    fallout
---
 devel/fnm/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/fnm/Makefile b/devel/fnm/Makefile
index 568e65da02aa..31f2dd0c967d 100644
--- a/devel/fnm/Makefile
+++ b/devel/fnm/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/Schniz/fnm
 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/Schniz/fnm/issues/1090
+
 BUILD_DEPENDS=	zstd>0:archivers/zstd # statically linked library
 
 USES=		cargo