aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-07-13 09:26:50 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-07-13 09:26:50 +0000
commit9647fa7bd497e865187c6b6c051f530b66476a50 (patch)
tree68b2b165c5a52895953bd813384a454c85aa04e3
parent352d8726cfcaadf81608114c82214bd17540651d (diff)
downloadports-9647fa7bd497e865187c6b6c051f530b66476a50.tar.gz
ports-9647fa7bd497e865187c6b6c051f530b66476a50.zip
shells/starship: mark BROKEN on powerpc
Same issue as on i386.
-rw-r--r--shells/starship/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/starship/Makefile b/shells/starship/Makefile
index ff8133f27330..3b59fa7114d0 100644
--- a/shells/starship/Makefile
+++ b/shells/starship/Makefile
@@ -12,6 +12,7 @@ LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_i386= conflicting types for 'get_cpu_speed' in the sys-info-rs crate, see https://github.com/FillZpp/sys-info-rs/issues/80
+BROKEN_powerpc= conflicting types for 'get_cpu_speed' in the sys-info-rs crate, see https://github.com/FillZpp/sys-info-rs/issues/80
LIB_DEPENDS= libgit2.so:devel/libgit2 \
libssh2.so:security/libssh2