aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-build_toolchain_gcc__toolchain.gni
diff options
context:
space:
mode:
authorRobert Nagy <rnagy@FreeBSD.org>2023-12-11 08:17:16 +0000
committerRobert Nagy <rnagy@FreeBSD.org>2023-12-11 08:40:32 +0000
commit90af7f14c31aac1cc077d982b1a54972602ae2f6 (patch)
tree02a794aa6427d3cd6ba7ffa372544251a1335e30 /www/chromium/files/patch-build_toolchain_gcc__toolchain.gni
parent440f10be936ddbfdfd0158408604cc4926e7b493 (diff)
downloadports-90af7f14c31aac1cc077d982b1a54972602ae2f6.tar.gz
ports-90af7f14c31aac1cc077d982b1a54972602ae2f6.zip
www/chromium: update to 120.0.6099.71
Diffstat (limited to 'www/chromium/files/patch-build_toolchain_gcc__toolchain.gni')
-rw-r--r--www/chromium/files/patch-build_toolchain_gcc__toolchain.gni4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/files/patch-build_toolchain_gcc__toolchain.gni b/www/chromium/files/patch-build_toolchain_gcc__toolchain.gni
index 85f8a1bb5b26..a84ce85cb7d3 100644
--- a/www/chromium/files/patch-build_toolchain_gcc__toolchain.gni
+++ b/www/chromium/files/patch-build_toolchain_gcc__toolchain.gni
@@ -1,4 +1,4 @@
---- build/toolchain/gcc_toolchain.gni.orig 2023-11-03 10:09:45 UTC
+--- build/toolchain/gcc_toolchain.gni.orig 2023-12-10 06:10:27 UTC
+++ build/toolchain/gcc_toolchain.gni
@@ -53,6 +53,13 @@ if (enable_resource_allowlist_generation) {
"enable_resource_allowlist_generation=true does not work for target_os=$target_os")
@@ -14,7 +14,7 @@
# This template defines a toolchain for something that works like gcc
# (including clang).
#
-@@ -875,22 +882,12 @@ template("gcc_toolchain") {
+@@ -878,22 +885,12 @@ template("gcc_toolchain") {
# use_gold too.
template("clang_toolchain") {
gcc_toolchain(target_name) {