git: 414eb4d80eb5 - main - emulators/yuzu: requires C++20 after 7b88749b5e69
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Dec 2022 16:29:17 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=414eb4d80eb56f154435a5749ec08811bf192a83 commit 414eb4d80eb56f154435a5749ec08811bf192a83 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-12-17 16:14:16 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-12-17 16:29:06 +0000 emulators/yuzu: requires C++20 after 7b88749b5e69 https://github.com/yuzu-emu/yuzu/commit/07632ad82508 --- emulators/yuzu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 686dfd56380c..6ae250ef1d75 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 \ kinetiknz:cubeb:cubeb-0.2-1350-gf79e0cf:cubeb/externals/cubeb \ 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 +USES= cmake:testing compiler:c++20-lang elfctl localbase:ldflags pkgconfig sdl ssl USE_SDL= sdl2 CMAKE_ON= Boost_USE_STATIC_LIBS CMAKE_ON+= BUNDLE_SPEEX # only used by cubeb tests