diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-22 02:19:09 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-22 02:19:09 +0800 |
commit | aa1bc223b56dfe71c0f388d2e965f14ede39a7e0 (patch) | |
tree | 91ad1a25a7415c78a72174045c89ea316add7104 /lang/v8-beta/files/patch-BUILD.gn | |
parent | lang/v8: Update to 9.6.180.12 (diff) |
lang/v8-beta: Update to 9.7.106.2
- Use v8 tarball from chromium.googlesource.com since GitHub mirror has been stopped over 25 days
Changes: https://v8.dev/blog/v8-release-97
https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.7-lkgr
Diffstat (limited to 'lang/v8-beta/files/patch-BUILD.gn')
-rw-r--r-- | lang/v8-beta/files/patch-BUILD.gn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/v8-beta/files/patch-BUILD.gn b/lang/v8-beta/files/patch-BUILD.gn index f39f14add820..36393c012109 100644 --- a/lang/v8-beta/files/patch-BUILD.gn +++ b/lang/v8-beta/files/patch-BUILD.gn @@ -1,6 +1,6 @@ ---- BUILD.gn.orig 2021-10-06 18:22:58 UTC +--- BUILD.gn.orig 2021-11-15 18:52:12 UTC +++ BUILD.gn -@@ -4804,7 +4804,7 @@ v8_component("v8_libbase") { +@@ -5090,7 +5090,7 @@ v8_component("v8_libbase") { } } @@ -9,7 +9,7 @@ sources += [ "src/base/debug/stack_trace_posix.cc", "src/base/platform/platform-linux.cc", -@@ -4821,6 +4821,12 @@ v8_component("v8_libbase") { +@@ -5107,6 +5107,12 @@ v8_component("v8_libbase") { ] libs = [ "dl" ] @@ -22,7 +22,7 @@ } else if (is_android) { if (current_toolchain == host_toolchain) { libs = [ -@@ -5313,6 +5319,7 @@ if (v8_monolithic) { +@@ -5607,6 +5613,7 @@ if (v8_monolithic) { ":v8_libplatform", "//build/win:default_exe_manifest", ] |