aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-02-01 14:29:02 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-02-01 19:49:49 +0000
commit34fd963149e2f6c8f3ae219c59c664631e01e71d (patch)
tree027531c8ec58316e64c202bd4d6eaa64cfed9c78
parent5bcf0aa5878dd7b8232cff198734f7792d910f2c (diff)
downloadports-34fd963149e2f6c8f3ae219c59c664631e01e71d.tar.gz
ports-34fd963149e2f6c8f3ae219c59c664631e01e71d.zip
devel/the-way: Not broken on powerpc64le
-rw-r--r--devel/the-way/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/the-way/Makefile b/devel/the-way/Makefile
index 391a5e074b67..f7369fb18d8d 100644
--- a/devel/the-way/Makefile
+++ b/devel/the-way/Makefile
@@ -10,8 +10,6 @@ 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