git: d221e09d2520 - main - x11-drivers/xf86-video-vmware: Set USE_GCC=11 on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Nov 2022 13:38:17 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=d221e09d2520f29862decf1d00e7d5dd9ad2fc53 commit d221e09d2520f29862decf1d00e7d5dd9ad2fc53 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2022-10-06 20:17:58 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2022-11-08 13:37:24 +0000 x11-drivers/xf86-video-vmware: Set USE_GCC=11 on i386 The port requires GCC to build on i386 architectures. As GCC default version will soon be updated to version 12, but the port breaks with GCC 12, we explicitly ask for GCC 11. PR: 266195 Reported by: exp-run (antoine) Approved by: maintainer timeout (x11, 1 month) --- x11-drivers/xf86-video-vmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-drivers/xf86-video-vmware/Makefile b/x11-drivers/xf86-video-vmware/Makefile index 5181bfde8fe0..9fbe17cfe394 100644 --- a/x11-drivers/xf86-video-vmware/Makefile +++ b/x11-drivers/xf86-video-vmware/Makefile @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --without-libudev .include <bsd.port.options.mk> .if ${ARCH} == i386 -USE_GCC= yes +USE_GCC= 11 .endif .include <bsd.port.mk>