games/dxx-rebirth: Set USE_GCC=12

This allows the exp-run for GCC_DEFAULT=13 to get forward.

PR:		276797
Approved by:	maintainer timeout (> 2 weeks)
This commit is contained in:
Lorenzo Salvadore 2024-02-04 10:17:09 +00:00
parent b62e99dd6b
commit a60d2fdc8e
No known key found for this signature in database
GPG key ID: 850E0F7350D20966

View file

@ -36,7 +36,8 @@ MAKE_ARGS+= lto=1
.if ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc
CXXFLAGS+= -Wno-error=missing-field-initializers -Wno-error=maybe-uninitialized
USES+= compiler:gcc-c++11-lib
USES+= compiler:c++11-lib
USE_GCC= 12
.endif
post-install: