diff options
author | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2022-10-06 22:17:58 +0200 |
---|---|---|
committer | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2022-11-08 14:37:24 +0100 |
commit | d221e09d2520f29862decf1d00e7d5dd9ad2fc53 (patch) | |
tree | 0b91b1154270b117ccce688c22f142127c0419c3 /x11-drivers | |
parent | devel/py-shapely: Update to 1.8.5 (diff) |
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)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-vmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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> |