summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-v8_BUILD.gn
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-02-24 10:52:51 +0000
committerRene Ladan <rene@FreeBSD.org>2019-02-24 10:52:51 +0000
commita31400d152016c35271aa6f676744c02865e6bf4 (patch)
tree97fd2c7c3e5f479435a4e0f4f48d23817386d0be /www/chromium/files/patch-v8_BUILD.gn
parentgraphics/wxsvg (diff)
www/chromium: update to 72.0.3626.119 [1]
PR: 234773 Submitted by: cpm [1], Matthias Wolf [1] Obtained from: https://github.com/cpu82/freebsd-chromium.git MFH: 2019Q1
Notes
Notes: svn path=/head/; revision=493750
Diffstat (limited to 'www/chromium/files/patch-v8_BUILD.gn')
-rw-r--r--www/chromium/files/patch-v8_BUILD.gn21
1 files changed, 6 insertions, 15 deletions
diff --git a/www/chromium/files/patch-v8_BUILD.gn b/www/chromium/files/patch-v8_BUILD.gn
index 0d82e1daa68b..37fc8f749ba5 100644
--- a/www/chromium/files/patch-v8_BUILD.gn
+++ b/www/chromium/files/patch-v8_BUILD.gn
@@ -1,15 +1,6 @@
---- v8/BUILD.gn.orig 2018-08-01 00:10:59.000000000 +0200
-+++ v8/BUILD.gn 2018-08-05 12:16:07.941632000 +0200
-@@ -2529,7 +2529,7 @@
- "src/x64/simulator-x64.h",
- "src/x64/sse-instr.h",
- ]
-- if (is_linux) {
-+ if (is_linux && !is_bsd) {
- sources += [
- "src/trap-handler/handler-inside-linux.cc",
- "src/trap-handler/handler-outside-linux.cc",
-@@ -2875,7 +2875,7 @@
+--- v8/BUILD.gn.orig 2019-01-30 02:20:39.000000000 +0100
++++ v8/BUILD.gn 2019-02-01 15:22:52.852309000 +0100
+@@ -3254,7 +3254,7 @@
}
}
@@ -18,7 +9,7 @@
sources += [
"src/base/debug/stack_trace_posix.cc",
"src/base/platform/platform-linux.cc",
-@@ -2895,6 +2895,12 @@
+@@ -3274,6 +3274,12 @@
"dl",
"rt",
]
@@ -31,8 +22,8 @@
} else if (is_android) {
if (current_toolchain == host_toolchain) {
libs = [
-@@ -3064,6 +3070,7 @@
- sources = [
+@@ -3478,6 +3484,7 @@
+ "src/snapshot/embedded-file-writer.h",
"src/snapshot/mksnapshot.cc",
]
+ libs = ["execinfo"]