diff options
Diffstat (limited to 'sysutils/procs')
-rw-r--r-- | sysutils/procs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/procs/Makefile b/sysutils/procs/Makefile index 7e3bb2b3e076..67345511387d 100644 --- a/sysutils/procs/Makefile +++ b/sysutils/procs/Makefile @@ -11,7 +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 +BROKEN_armv7= compilation fails: cannot find value `CRED_FLAG_CAPMODE` in crate `bsd_kvm_sys`, see https://github.com/dalance/bsd-kvm/issues/4 +#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 |