diff options
-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 |