aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_cpuinfo_cpuinfo.gni
diff options
context:
space:
mode:
authorRobert Nagy <rnagy@FreeBSD.org>2023-07-17 08:45:06 +0000
committerRobert Nagy <rnagy@FreeBSD.org>2023-07-20 14:47:21 +0000
commit63cf4694e3164011515586e8ff7d0c9ac675999c (patch)
treecc728b4b0bc8894bde7a1c92ebd73eea6c361970 /www/chromium/files/patch-third__party_cpuinfo_cpuinfo.gni
parent1e21c258a72cab34f5949e65d7cb4ff584db6c4e (diff)
downloadports-63cf4694e3164011515586e8ff7d0c9ac675999c.tar.gz
ports-63cf4694e3164011515586e8ff7d0c9ac675999c.zip
www/chromium: update to 115.0.5790.98
Diffstat (limited to 'www/chromium/files/patch-third__party_cpuinfo_cpuinfo.gni')
-rw-r--r--www/chromium/files/patch-third__party_cpuinfo_cpuinfo.gni11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-third__party_cpuinfo_cpuinfo.gni b/www/chromium/files/patch-third__party_cpuinfo_cpuinfo.gni
new file mode 100644
index 000000000000..f6fb40365266
--- /dev/null
+++ b/www/chromium/files/patch-third__party_cpuinfo_cpuinfo.gni
@@ -0,0 +1,11 @@
+--- third_party/cpuinfo/cpuinfo.gni.orig 2023-07-16 15:47:57 UTC
++++ third_party/cpuinfo/cpuinfo.gni
+@@ -7,7 +7,7 @@ use_cpuinfo =
+ current_cpu != "ppc64" && current_cpu != "ppc64le" &&
+ current_cpu != "s390" && current_cpu != "s390x" &&
+ # cpuinfo is not supported on fuchsia.
+- !is_fuchsia &&
++ !is_fuchsia && !is_bsd &&
+ # cpuinfo is crashy on the Windows Arm64 chips.
+ !(is_win && current_cpu == "arm64") &&
+ # There's a few arm architectures that are not supported by cpuinfo,