diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2023-02-11 12:08:30 +0100 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2023-02-12 11:13:32 +0100 |
commit | bb28c2cb8d17a6e5c71f64dc8154c90c71e3ab66 (patch) | |
tree | 6076b869df2a773cf492a3054ab9791d1a858b14 /www/ungoogled-chromium/files/patch-v8_BUILD.gn | |
parent | security/p5-Crypt-Argon2: Update to 0.013 (diff) |
www/ungoogled-chromium: update to 110.0.5481.77
Approved by: rene (mentor)
Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
Diffstat (limited to 'www/ungoogled-chromium/files/patch-v8_BUILD.gn')
-rw-r--r-- | www/ungoogled-chromium/files/patch-v8_BUILD.gn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/ungoogled-chromium/files/patch-v8_BUILD.gn b/www/ungoogled-chromium/files/patch-v8_BUILD.gn index c831a5a02824..8230f7851bdf 100644 --- a/www/ungoogled-chromium/files/patch-v8_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-v8_BUILD.gn @@ -1,6 +1,6 @@ ---- v8/BUILD.gn.orig 2023-01-13 08:56:02 UTC +--- v8/BUILD.gn.orig 2023-02-11 09:11:04 UTC +++ v8/BUILD.gn -@@ -1242,6 +1242,14 @@ config("toolchain") { +@@ -1278,6 +1278,14 @@ config("toolchain") { } else if (target_os == "win") { defines += [ "V8_HAVE_TARGET_OS" ] defines += [ "V8_TARGET_OS_WIN" ] @@ -15,7 +15,7 @@ } # TODO(infra): Support v8_enable_prof on Windows. -@@ -5500,7 +5508,7 @@ v8_component("v8_libbase") { +@@ -5602,7 +5610,7 @@ v8_component("v8_libbase") { } } @@ -24,7 +24,7 @@ sources += [ "src/base/debug/stack_trace_posix.cc", "src/base/platform/platform-linux.cc", -@@ -5511,6 +5519,18 @@ v8_component("v8_libbase") { +@@ -5613,6 +5621,18 @@ v8_component("v8_libbase") { "dl", "rt", ] |