aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-02-02 14:58:57 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-02-02 18:44:27 +0000
commitca4a04286353048fdb8a3517f9fa45c4047b3330 (patch)
tree07759de08fdd2bb2cf16238e2c111a1c131d062e
parentc65c786b33a8c78e479cddaf6118e5c97a232bce (diff)
downloadports-ca4a04286353048fdb8a3517f9fa45c4047b3330.tar.gz
ports-ca4a04286353048fdb8a3517f9fa45c4047b3330.zip
devel/gitoxide: Broken on powerpc64, powerpc64le
Reported by: fallout
-rw-r--r--devel/gitoxide/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/gitoxide/Makefile b/devel/gitoxide/Makefile
index 0fa096248743..2b86bc9c8f53 100644
--- a/devel/gitoxide/Makefile
+++ b/devel/gitoxide/Makefile
@@ -13,6 +13,9 @@ LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
+BROKEN_powerpc64= compilation fails: use of undeclared identifier 'power_cpu_has_arch_3_00', see https://github.com/rust-lang/libz-sys/issues/183
+BROKEN_powerpc64le= compilation fails: use of undeclared identifier 'power_cpu_has_arch_3_00', see https://github.com/rust-lang/libz-sys/issues/183
+
LIB_DEPENDS= libcurl.so:ftp/curl
USES= cargo