git: 770e72063f2f - main - x11-wm/leftwm: Ignore on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Dec 2023 07:16:57 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=770e72063f2fd21ed13a1574cd89a87c794db221 commit 770e72063f2fd21ed13a1574cd89a87c794db221 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-29 23:24:17 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-30 07:16:42 +0000 x11-wm/leftwm: Ignore on i386 Fails to build on i386 with the error: a value of type `Vec<i32>` cannot be built from an iterator over elements of type `i64` --- x11-wm/leftwm/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x11-wm/leftwm/Makefile b/x11-wm/leftwm/Makefile index 046a615aa666..8b297ff57814 100644 --- a/x11-wm/leftwm/Makefile +++ b/x11-wm/leftwm/Makefile @@ -9,6 +9,9 @@ WWW= https://leftwm.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +NOT_FOR_ARCHS= i386 +NOT_FOR_ARCHS_REASON= a value of type `Vec<i32>` cannot be built from an iterator over elements of type `i64` + USES= cargo desktop-file-utils xorg USE_GITHUB= yes USE_XORG= xinerama xrandr