git: 2ed31f3767c4 - main - lang/v8: Remove outdated patch after r563570 (a7d2ae454e62240f7349c94e02e45b5982e74204)
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 25 20:43:29 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2ed31f3767c48af07347255a5b3a4650b5431f73
commit 2ed31f3767c48af07347255a5b3a4650b5431f73
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-25 20:21:40 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-25 20:36:31 +0000
lang/v8: Remove outdated patch after r563570 (a7d2ae454e62240f7349c94e02e45b5982e74204)
PR: 254905
Reported by: mikael
---
lang/v8/files/extrapatch-clang10 | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/lang/v8/files/extrapatch-clang10 b/lang/v8/files/extrapatch-clang10
deleted file mode 100644
index dff0b00381e9..000000000000
--- a/lang/v8/files/extrapatch-clang10
+++ /dev/null
@@ -1,13 +0,0 @@
---- build/toolchain/gcc_toolchain.gni.orig 2020-06-30 10:30:30 UTC
-+++ build/toolchain/gcc_toolchain.gni
-@@ -596,8 +596,8 @@ template("clang_toolchain") {
- gcc_toolchain(target_name) {
- if (is_bsd) {
- prefix = "/usr/local/bin"
-- cc = "cc"
-- cxx = "c++"
-+ cc = "clang10"
-+ cxx = "clang++10"
- ld = cxx
- readelf = "readelf"
- ar = "${prefix}/ar"
More information about the dev-commits-ports-all
mailing list