From 4ba66b974729b45f6c2418d87d7403ef2e7b474d Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Mon, 3 Jun 2024 14:52:56 +0200 Subject: www/*chromium: update to 125.0.6422.141 Additionally to the update, do not define _XOPEN_SOURCE on FreeBSD either in the internal copy of sqlite3 to avoid new compiler errors with llvm18. Security: https://vuxml.freebsd.org/freebsd/b058380e-21a4-11ef-8a0f-a8a1599412c6.html PR: 279397 --- www/chromium/files/patch-v8_src_api_api.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/chromium/files/patch-v8_src_api_api.cc') diff --git a/www/chromium/files/patch-v8_src_api_api.cc b/www/chromium/files/patch-v8_src_api_api.cc index 8b1f2f19c261..e6753c18da2a 100644 --- a/www/chromium/files/patch-v8_src_api_api.cc +++ b/www/chromium/files/patch-v8_src_api_api.cc @@ -1,4 +1,4 @@ ---- v8/src/api/api.cc.orig 2024-05-21 18:07:39 UTC +--- v8/src/api/api.cc.orig 2024-06-03 12:51:57 UTC +++ v8/src/api/api.cc @@ -144,7 +144,7 @@ #include "src/wasm/wasm-serialization.h" @@ -9,7 +9,7 @@ #include #include -@@ -6393,7 +6393,7 @@ bool v8::V8::Initialize(const int build_config) { +@@ -6404,7 +6404,7 @@ bool v8::V8::Initialize(const int build_config) { return true; } -- cgit v1.2.3