git: b90bcaab053c - main - databases/gobang: Brpken on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jan 2024 06:47:27 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b90bcaab053ccc094cb614b4b06761ee18a8774a
commit b90bcaab053ccc094cb614b4b06761ee18a8774a
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-15 06:46:56 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-15 06:47:24 +0000
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 7ffdcfc1d207..7ec08178c0ab 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