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:
parent
b62e99dd6b
commit
a60d2fdc8e
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue