aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-15 08:22:41 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-15 08:23:26 +0000
commit2d258b59ae773f207c1327c4c49fa4408a6c286e (patch)
treef4071397f4842cec4d7de7430da0f6b623a371a2
parente7c511356f7b8666f40125ff01f5bce1b1bea337 (diff)
downloadports-2d258b59ae773f207c1327c4c49fa4408a6c286e.tar.gz
ports-2d258b59ae773f207c1327c4c49fa4408a6c286e.zip
devel/selene: Broken on powerpc64le
Reported by: fallout (cherry picked from commit 7f93a32827b360d8019c56a984580076e1e975ec)
-rw-r--r--devel/selene/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/selene/Makefile b/devel/selene/Makefile
index de0ced70e46c..901a64c194af 100644
--- a/devel/selene/Makefile
+++ b/devel/selene/Makefile
@@ -9,6 +9,8 @@ WWW= https://kampfkarren.github.io/selene/
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
+BROKEN_powerpc64le= compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # next release should fix this
+
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= kampfkarren