From d221e09d2520f29862decf1d00e7d5dd9ad2fc53 Mon Sep 17 00:00:00 2001 From: Lorenzo Salvadore Date: Thu, 6 Oct 2022 22:17:58 +0200 Subject: [PATCH] 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 .if ${ARCH} == i386 -USE_GCC= yes +USE_GCC= 11 .endif .include