diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-01-15 00:22:41 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-01-15 00:22:41 -0800 |
commit | 7f93a32827b360d8019c56a984580076e1e975ec (patch) | |
tree | 492d853ffd2d306e9a5b0e729a1b425a8322aaff | |
parent | a181d3c6612d37c9b0e033eb5c560f3db90114ed (diff) | |
download | freebsd-ports-7f93a32827b360d8019c56a984580076e1e975ec.zip |
devel/selene: Broken on powerpc64le
Reported by: fallout
-rw-r--r-- | devel/selene/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/selene/Makefile b/devel/selene/Makefile index f4fba2468eba..73e999e4c631 100644 --- a/devel/selene/Makefile +++ b/devel/selene/Makefile @@ -10,6 +10,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 |