git: eef93c04e11d - main - emulators/yuzu: drop useless USES=compiler
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Dec 2022 16:32:44 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=eef93c04e11db3d51aa580e42d39a84c673ac1ae commit eef93c04e11db3d51aa580e42d39a84c673ac1ae Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-12-17 16:30:07 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-12-17 16:32:23 +0000 emulators/yuzu: drop useless USES=compiler GCC-based architectures are not supported, see ONLY_FOR_ARCHS. --- emulators/yuzu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 6ae250ef1d75..9e4f9f5ea9cb 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++20-lang elfctl localbase:ldflags pkgconfig sdl ssl +USES= cmake:testing elfctl localbase:ldflags pkgconfig sdl ssl USE_SDL= sdl2 CMAKE_ON= Boost_USE_STATIC_LIBS CMAKE_ON+= BUNDLE_SPEEX # only used by cubeb tests