From b90bcaab053ccc094cb614b4b06761ee18a8774a Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 14 Jan 2024 22:46:56 -0800 Subject: [PATCH] databases/gobang: Brpken on powerpc64le Reported by: fallout --- databases/gobang/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/databases/gobang/Makefile b/databases/gobang/Makefile index 7ffdcfc1d2074..7ec08178c0aba 100644 --- a/databases/gobang/Makefile +++ b/databases/gobang/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/tako8ki/gobang LICENSE= MIT 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/TaKO8Ki/gobang/issues/180 + USES= cargo USE_GITHUB= yes GH_ACCOUNT= tako8ki