git: ca9110e11c20 - 2024Q1 - emulators/yuzu: drop FreeBSD < 13 bits after bbab7f59e963
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Mar 2024 03:27:45 UTC
The branch 2024Q1 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca9110e11c20373f097b4381580ce9d04a69f057 commit ca9110e11c20373f097b4381580ce9d04a69f057 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-03-11 19:23:49 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-03-13 03:26:44 +0000 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