From ca9110e11c20373f097b4381580ce9d04a69f057 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 11 Mar 2024 20:23:49 +0100 Subject: emulators/yuzu: drop FreeBSD < 13 bits after bbab7f59e963 (cherry picked from commit 7a986dec7e2556e25f936ca1e1127734f5b69ba4) --- emulators/yuzu/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 67a645875457..ba79fdd65df2 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -159,12 +159,6 @@ 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,export -PATH:= ${LLVM_PREFIX}/bin:${PATH} # XXX _CMAKE_TOOLCHAIN_SUFFIX vs. devel/llvm* -CONFIGURE_ENV+= CC="${CC}" CXX="${CXX}" CPP="${CPP}" -. endif - # XXX Move into separate port and standardize via USES GH_TUPLE+= llvm:llvm-project:llvmorg-16.0.1:libcxx CXXFLAGS+= -nostdinc++ -isystem${WRKDIR}/libcxx_prefix/include/c++/v1 -- cgit v1.2.3