emulators/yuzu: update two comments about dropping compatibility code
Phabricator: D26646
This commit is contained in:
parent
c0c2d546aa
commit
9ee457fa56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552583
@ -98,7 +98,7 @@ post-patch:
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# XXX Drop after FreeBSD 11.3/12.1 EOL
|
||||
# XXX Drop after FreeBSD 12.1 EOL
|
||||
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 100
|
||||
. if ${LLVM_DEFAULT:C/[1-5]./&0/:S,-devel,990,} < 100
|
||||
LLVM_DEFAULT= 10
|
||||
@ -109,7 +109,7 @@ CXX= clang++${LLVM_DEFAULT}
|
||||
CPP= clang-cpp${LLVM_DEFAULT}
|
||||
.endif
|
||||
|
||||
# XXX Drop after FreeBSD 11.3/12.1 EOL
|
||||
# XXX Drop after FreeBSD 12.1 EOL
|
||||
.if make(makesum) || (!exists(/usr/include/c++/v1/fenv.h) && exists(/usr/lib/libc++.so))
|
||||
MASTER_SITES+= https://github.com/llvm/llvm-project/releases/download/llvmorg-${LLVM_VER}/:libcxx
|
||||
DISTFILES+= libcxx-${LLVM_VER}.src.tar.xz:libcxx
|
||||
|
Loading…
Reference in New Issue
Block a user