diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-01-27 08:18:08 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-01-27 08:18:08 +0800 |
commit | 9760ff6238d77260a60ecb49fe09a47ebbf013a4 (patch) | |
tree | 7f4c7447e40359407e0c4f527567837efefd0777 /shells | |
parent | 17c02319ccded836e5de80e9eb453ae366dd8b48 (diff) | |
download | freebsd-ports-gnome-9760ff6238d77260a60ecb49fe09a47ebbf013a4.tar.gz freebsd-ports-gnome-9760ff6238d77260a60ecb49fe09a47ebbf013a4.tar.zst freebsd-ports-gnome-9760ff6238d77260a60ecb49fe09a47ebbf013a4.zip |
shells/starship: Broken on i386
Reported by: fallout
Diffstat (limited to 'shells')
-rw-r--r-- | shells/starship/Makefile | 2 |
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 |