diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2019-06-18 19:24:43 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2019-06-18 19:24:43 +0000 |
commit | 66d46c9897975d9592955817cb33089d97ef17c6 (patch) | |
tree | c8bebd5ffea1cf2b2f6b472d71bbaddb2b47480d /www/iridium/files/patch-v8_BUILD.gn | |
parent | net/shmux: Update to 1.0.3 (diff) |
www/iridium: Update to 2019.04.73
Submitted by: Matthias Wolf <matthias@rheinwolf.de>
Notes
Notes:
svn path=/head/; revision=504498
Diffstat (limited to 'www/iridium/files/patch-v8_BUILD.gn')
-rw-r--r-- | www/iridium/files/patch-v8_BUILD.gn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/iridium/files/patch-v8_BUILD.gn b/www/iridium/files/patch-v8_BUILD.gn index 7cad5b779cb4..8e9be5b72ff6 100644 --- a/www/iridium/files/patch-v8_BUILD.gn +++ b/www/iridium/files/patch-v8_BUILD.gn @@ -1,6 +1,6 @@ ---- v8/BUILD.gn.orig 2018-05-09 21:07:43.000000000 +0200 -+++ v8/BUILD.gn 2018-08-16 13:25:02.667425000 +0200 -@@ -2721,7 +2721,7 @@ +--- v8/BUILD.gn.orig 2019-03-11 22:08:08 UTC ++++ v8/BUILD.gn +@@ -3160,7 +3160,7 @@ v8_component("v8_libbase") { } } @@ -9,7 +9,7 @@ sources += [ "src/base/debug/stack_trace_posix.cc", "src/base/platform/platform-linux.cc", -@@ -2741,6 +2741,12 @@ +@@ -3180,6 +3180,12 @@ v8_component("v8_libbase") { "dl", "rt", ] @@ -22,8 +22,8 @@ } else if (is_android) { if (current_toolchain == host_toolchain) { libs = [ -@@ -2909,6 +2915,7 @@ - sources = [ +@@ -3384,6 +3390,7 @@ if (v8_use_snapshot && current_toolchain == v8_snapsho + "src/snapshot/embedded-file-writer.h", "src/snapshot/mksnapshot.cc", ] + libs = ["execinfo"] |