aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-15 08:16:39 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-15 08:17:18 +0000
commite7c511356f7b8666f40125ff01f5bce1b1bea337 (patch)
tree99360641a5c89e15cfe4011a1d54bbaffdd7b3b5
parent0fb95dba7022472eb0bd12950ae2bdf8b7325b5a (diff)
downloadports-e7c511356f7b8666f40125ff01f5bce1b1bea337.tar.gz
ports-e7c511356f7b8666f40125ff01f5bce1b1bea337.zip
devel/spr: Broken on powerpc64le
Reported by: fallout (cherry picked from commit a181d3c6612d37c9b0e033eb5c560f3db90114ed)
-rw-r--r--devel/spr/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/spr/Makefile b/devel/spr/Makefile
index b7983f45a117..8a3b1d0211b1 100644
--- a/devel/spr/Makefile
+++ b/devel/spr/Makefile
@@ -11,6 +11,8 @@ WWW= https://github.com/getcord/spr
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/getcord/spr/issues/185
+
LIB_DEPENDS= libgit2.so:devel/libgit2
USES= cargo