git: 7a986dec7e25 - main - emulators/yuzu: drop FreeBSD < 13 bits after bbab7f59e963
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Mar 2024 19:26:27 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7a986dec7e2556e25f936ca1e1127734f5b69ba4
commit 7a986dec7e2556e25f936ca1e1127734f5b69ba4
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-03-11 19:23:49 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-03-11 19:25:39 +0000
emulators/yuzu: drop FreeBSD < 13 bits after bbab7f59e963
---
emulators/yuzu/Makefile | 6 ------
1 file changed, 6 deletions(-)
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index ac2818a8e3b5..e53cd5033a16 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -160,12 +160,6 @@ post-patch-VAAPI-off:
# XXX Drop after FreeBSD 13.2 EOL around 2024-07-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