diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-01-20 22:32:24 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-01-20 22:32:51 -0800 |
commit | 484302eb44878a6f0a4085592b4df19f61bfd0ae (patch) | |
tree | b18728d62b94ad0fc8236280f25d12dbd6119125 /sysutils/procs | |
parent | devel/p5-Getopt-Long-Descriptive: Update to 0.114 (diff) |
sysutils/procs: Broken on i386
Reported by: fallout
Diffstat (limited to 'sysutils/procs')
-rw-r--r-- | sysutils/procs/Makefile | 2 |
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 |