aboutsummaryrefslogtreecommitdiff
path: root/shells/starship
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-01-27 00:18:08 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-01-27 00:18:08 +0000
commit9760ff6238d77260a60ecb49fe09a47ebbf013a4 (patch)
tree7f4c7447e40359407e0c4f527567837efefd0777 /shells/starship
parent17c02319ccded836e5de80e9eb453ae366dd8b48 (diff)
downloadports-9760ff6238d77260a60ecb49fe09a47ebbf013a4.tar.gz
ports-9760ff6238d77260a60ecb49fe09a47ebbf013a4.zip
shells/starship: Broken on i386
Reported by: fallout
Notes
Notes: svn path=/head/; revision=563012
Diffstat (limited to 'shells/starship')
-rw-r--r--shells/starship/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/starship/Makefile b/shells/starship/Makefile
index 05939be09238..ae5cd0bf7fe4 100644
--- a/shells/starship/Makefile
+++ b/shells/starship/Makefile
@@ -13,6 +13,8 @@ COMMENT= Cross-shell prompt for astronauts
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
+
LIB_DEPENDS= libgit2.so:devel/libgit2 \
libssh2.so:security/libssh2