aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-03-11 19:23:49 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-03-13 03:26:44 +0000
commitca9110e11c20373f097b4381580ce9d04a69f057 (patch)
tree38b81f06a81e8c7577413ed3578a7b8d0bdb047a
parent5e3362d86254119b395a531fc2e5f914b19aa441 (diff)
downloadports-ca9110e11c20373f097b4381580ce9d04a69f057.tar.gz
ports-ca9110e11c20373f097b4381580ce9d04a69f057.zip
emulators/yuzu: drop FreeBSD < 13 bits after bbab7f59e963
(cherry picked from commit 7a986dec7e2556e25f936ca1e1127734f5b69ba4)
-rw-r--r--emulators/yuzu/Makefile6
1 files changed, 0 insertions, 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