git: 8a3701d71600 - main - emulators/yuzu: simplify CC/CXX/CPP after 4df0e66a3662

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sat, 23 Sep 2023 11:47:46 UTC
The branch main has been updated by jbeich:

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

commit 8a3701d716001571fad8911620cb5b245ad9daeb
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-09-23 11:19:32 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-09-23 11:46:04 +0000

    emulators/yuzu: simplify CC/CXX/CPP after 4df0e66a3662
---
 emulators/yuzu/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index 5ca9f9c18ed8..6b26f86ae4bf 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -148,11 +148,8 @@ post-patch-VAAPI-off:
 # XXX Drop after FreeBSD 13.2 EOL around 2024-05-01 (don't forget distinfo)
 .if !exists(/usr/include/c++/v1/__ranges/as_rvalue_view.h) || make(makesum) || make(fetch)
 . if !exists(/usr/include/c++/v1/__memory/concepts.h)
-USES+=		llvm:min=14,build
+USES+=		llvm:min=14,build,export
 PATH:=		${LLVM_PREFIX}/bin:${PATH} # XXX _CMAKE_TOOLCHAIN_SUFFIX vs. devel/llvm*
-CC=		clang${LLVM_VERSION}
-CXX=		clang++${LLVM_VERSION}
-CPP=		clang-cpp${LLVM_VERSION}
 CONFIGURE_ENV+=	CC="${CC}" CXX="${CXX}" CPP="${CPP}"
 . endif