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:41 +0000
commitb1184719d94c7bf535ca10c44a3fec2addee1905 (patch)
tree9c4f2bcb9e8af71133fa8a28da93ae07585902b5
parent234300d59466c06e4b01e3cbfd451f1c8f3f9784 (diff)
downloadports-b1184719d94c7bf535ca10c44a3fec2addee1905.tar.gz
ports-b1184719d94c7bf535ca10c44a3fec2addee1905.zip
databases/gobang: Brpken on powerpc64le
Reported by: fallout (cherry picked from commit b90bcaab053ccc094cb614b4b06761ee18a8774a)
-rw-r--r--databases/gobang/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/gobang/Makefile b/databases/gobang/Makefile
index d3bb96fe1498..aa6837aecd8e 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