aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-15 08:12:30 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-15 08:14:00 +0000
commit0fb95dba7022472eb0bd12950ae2bdf8b7325b5a (patch)
tree1311833a6d778cc78bf744ce117e6ed5478c81b3
parent0f75ea93f4d58cbe3c0278314f0ca542ebf74cc6 (diff)
downloadports-0fb95dba7022472eb0bd12950ae2bdf8b7325b5a.tar.gz
ports-0fb95dba7022472eb0bd12950ae2bdf8b7325b5a.zip
devel/the-way: Broken on powerpc64le
Reported by: fallout (cherry picked from commit 0a65b5e9207ef6eab7b519aeac99304671cdeefb)
-rw-r--r--devel/the-way/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/the-way/Makefile b/devel/the-way/Makefile
index 8ce50cd23202..cecc9b7b3d79 100644
--- a/devel/the-way/Makefile
+++ b/devel/the-way/Makefile
@@ -10,6 +10,8 @@ WWW= https://github.com/out-of-cheese-error/the-way
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/out-of-cheese-error/the-way/issues/160
+
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= out-of-cheese-error