git: 2bbee6d44d73 - main - sysutils/procs: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Nov 2023 16:56:48 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2bbee6d44d73ca401e1b0b38a5b294937108e919 commit 2bbee6d44d73ca401e1b0b38a5b294937108e919 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-11-09 16:56:20 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-11-09 16:56:20 +0000 sysutils/procs: Broken on i386 Reported by: fallout --- sysutils/procs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysutils/procs/Makefile b/sysutils/procs/Makefile index 201cae819379..b81574c3a800 100644 --- a/sysutils/procs/Makefile +++ b/sysutils/procs/Makefile @@ -11,6 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to build: mismatched types ... expected `[i8; 9]`, found `[u8; 9]` +BROKEN_i386= fails to build: mismatched types ... expected `i64`, found `i32` USES= cargo llvm:lib