git: ad17c9f0e329 - main - emulators/rpcs3: adjust now invalid EOL comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Dec 2021 20:00:21 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ad17c9f0e329bd4ac363568dccfd73ccbac17c17
commit ad17c9f0e329bd4ac363568dccfd73ccbac17c17
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-12-08 19:51:27 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-12-08 19:59:55 +0000
emulators/rpcs3: adjust now invalid EOL comment
https://lists.freebsd.org/archives/freebsd-toolchain/2021-December/000282.html
---
emulators/rpcs3/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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