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)
This commit is contained in:
Lorenzo Salvadore 2022-10-06 22:17:58 +02:00
parent 774800d212
commit d221e09d25
No known key found for this signature in database
GPG Key ID: B58F7C3CF6DB8A38
1 changed files with 1 additions and 1 deletions

View File

@ -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>