git: a60d2fdc8edc - main - games/dxx-rebirth: Set USE_GCC=12

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Tue, 20 Feb 2024 15:19:12 UTC
The branch main has been updated by salvadore:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a60d2fdc8edcb44a3de4f40b4831ca6afdee765d

commit a60d2fdc8edcb44a3de4f40b4831ca6afdee765d
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2024-02-04 10:17:09 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2024-02-20 15:18:53 +0000

    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)
---
 games/dxx-rebirth/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games/dxx-rebirth/Makefile b/games/dxx-rebirth/Makefile
index 83e85923d919..a56373a3358c 100644
--- a/games/dxx-rebirth/Makefile
+++ b/games/dxx-rebirth/Makefile
@@ -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: