git: fe1d75f91f8f - 2024Q1 - devel/fnm: Broken on powerpc64le

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

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

commit fe1d75f91f8fa4b6a57ebe80177cd7f4bf1d05b6
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:15:10 +0000

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

diff --git a/devel/fnm/Makefile b/devel/fnm/Makefile
index 09f696696b90..65ec6e91493a 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