aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-12-17 16:14:16 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-12-17 16:29:06 +0000
commit414eb4d80eb56f154435a5749ec08811bf192a83 (patch)
tree216f34790012fe60f62225b459869b20b3ac9f9f /emulators
parent45279a785c7134f053d86d02bf98f4297fa214ad (diff)
downloadports-414eb4d80eb56f154435a5749ec08811bf192a83.tar.gz
ports-414eb4d80eb56f154435a5749ec08811bf192a83.zip
emulators/yuzu: requires C++20 after 7b88749b5e69
Diffstat (limited to 'emulators')
-rw-r--r--emulators/yuzu/Makefile2
1 files changed, 1 insertions, 1 deletions
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