aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-01-21 06:32:24 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-01-21 06:32:51 +0000
commit484302eb44878a6f0a4085592b4df19f61bfd0ae (patch)
treeb18728d62b94ad0fc8236280f25d12dbd6119125
parent5ac465d6424fc52746948d27205b6136977f9ba3 (diff)
downloadports-484302eb44878a6f0a4085592b4df19f61bfd0ae.tar.gz
ports-484302eb44878a6f0a4085592b4df19f61bfd0ae.zip
sysutils/procs: Broken on i386
Reported by: fallout
-rw-r--r--sysutils/procs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/procs/Makefile b/sysutils/procs/Makefile
index e2ce5d6a5b7d..4512af0cf103 100644
--- a/sysutils/procs/Makefile
+++ b/sysutils/procs/Makefile
@@ -11,6 +11,8 @@ WWW= https://github.com/dalance/procs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_i386= compilation fails due to the broken bsd-kvm-0.1.4 crate, see https://github.com/dalance/bsd-kvm/issues/1#issuecomment-1902529988
+
USES= cargo llvm:lib
USE_GITHUB= yes