git: 160360a57ffe - main - emulators/yuzu: back to default lang/gcc after cad2f66a384d

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 27 Jun 2022 19:10:29 UTC
The branch main has been updated by jbeich:

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

commit 160360a57ffe396646d702e1f7675a281d57174b
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-06-27 19:09:45 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-06-27 19:09:47 +0000

    emulators/yuzu: back to default lang/gcc after cad2f66a384d
    
    This reverts commit 84aff5f6f89b08cfcb55a9acf31ecc0aeddbf9eb.
---
 emulators/yuzu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index 07a598614cbd..220e5ec1b366 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -55,7 +55,7 @@ GH_TUPLE=	yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \
 		yhirose:cpp-httplib:v0.10.8-1-g305a7ab:cpp_httplib/externals/cpp-httplib
 
 USES=		cmake:testing compiler:c++17-lang elfctl localbase:ldflags pkgconfig sdl ssl
-USE_GCC=	11+:build # libc++ lacks std::atomic_ref, std::ranges
+USE_GCC=	yes:build # libc++ lacks std::atomic_ref, std::ranges
 USE_SDL=	sdl2
 CMAKE_ON=	Boost_USE_STATIC_LIBS
 CMAKE_ON+=	BUNDLE_SPEEX # only used by cubeb tests