aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-15 06:46:56 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-15 06:47:24 +0000
commitb90bcaab053ccc094cb614b4b06761ee18a8774a (patch)
tree64631a9d204ce0c9e10a775231a8ec6f64c3fd9a
parentc93407b0ccd4024960ad14adcaaababe5aa8baef (diff)
downloadports-b90bcaab053ccc094cb614b4b06761ee18a8774a.tar.gz
ports-b90bcaab053ccc094cb614b4b06761ee18a8774a.zip
databases/gobang: Brpken on powerpc64le
Reported by: fallout
-rw-r--r--databases/gobang/Makefile2
1 files changed, 2 insertions, 0 deletions
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