git: c26572ceecf7 - main - x11-wm/leftwm: Ignore on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 22:46:50 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=c26572ceecf71c45f35f300b0d32f6097ad76aef commit c26572ceecf71c45f35f300b0d32f6097ad76aef Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-12 09:19:31 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-12 22:37:11 +0000 x11-wm/leftwm: Ignore on armv7 Fails to build on armv7 with the error: a value of type `Vec<i32>` cannot be built from an iterator over elements of type `i64` Reported by: portsfallout --- x11-wm/leftwm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/leftwm/Makefile b/x11-wm/leftwm/Makefile index 4e1311665d02..b427424a1143 100644 --- a/x11-wm/leftwm/Makefile +++ b/x11-wm/leftwm/Makefile @@ -10,7 +10,7 @@ WWW= https://leftwm.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -NOT_FOR_ARCHS= i386 +NOT_FOR_ARCHS= armv7 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