aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-tools_gn_build_gen.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-tools_gn_build_gen.py')
-rw-r--r--www/ungoogled-chromium/files/patch-tools_gn_build_gen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ungoogled-chromium/files/patch-tools_gn_build_gen.py b/www/ungoogled-chromium/files/patch-tools_gn_build_gen.py
index 3b86fbfee9c7..8d26507018b2 100644
--- a/www/ungoogled-chromium/files/patch-tools_gn_build_gen.py
+++ b/www/ungoogled-chromium/files/patch-tools_gn_build_gen.py
@@ -1,4 +1,4 @@
---- tools/gn/build/gen.py.orig 2025-05-31 17:16:41 UTC
+--- tools/gn/build/gen.py.orig 2025-09-10 13:22:16 UTC
+++ tools/gn/build/gen.py
@@ -94,6 +94,12 @@ class Platform(object):
def is_solaris(self):
@@ -22,7 +22,7 @@
'haiku': 'build_haiku.ninja.template',
'solaris': 'build_linux.ninja.template',
'netbsd': 'build_linux.ninja.template',
-@@ -551,6 +557,9 @@ def WriteGNNinja(path, platform, host, options, args_l
+@@ -552,6 +558,9 @@ def WriteGNNinja(path, platform, host, options, args_l
if platform.is_posix() and not platform.is_haiku():
ldflags.append('-pthread')