aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-12-08 19:51:27 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-12-08 19:59:55 +0000
commitad17c9f0e329bd4ac363568dccfd73ccbac17c17 (patch)
treecb953b6ab0fb91b256478c7491104e465e359a28
parenta6797ded5413c1ed9a74f7a9073fb4f290a51133 (diff)
downloadports-ad17c9f0e329bd4ac363568dccfd73ccbac17c17.tar.gz
ports-ad17c9f0e329bd4ac363568dccfd73ccbac17c17.zip
emulators/rpcs3: adjust now invalid EOL comment
-rw-r--r--emulators/rpcs3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile
index 2c2ef115964a..f2ad3fa94133 100644
--- a/emulators/rpcs3/Makefile
+++ b/emulators/rpcs3/Makefile
@@ -102,7 +102,7 @@ CC= clang${LLVM_DEFAULT}
CXX= clang++${LLVM_DEFAULT}
CPP= clang-cpp${LLVM_DEFAULT}
-# XXX Drop after FreeBSD 12.3 EOL
+# XXX Move into separate port and standardize via USES
GH_TUPLE+= llvm:llvm-project:llvmorg-13.0.1-rc1:libcxx
CXXFLAGS+= -nostdinc++ -isystem${WRKDIR}/libcxx_prefix/include/c++/v1
LDFLAGS+= -nostdlib++ -L${WRKDIR}/libcxx_prefix/lib -l:libc++.a -lcxxrt