From 8f6dc7d1dd8b0ca59427d71524538aab9403ac23 Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Tue, 2 Jun 2020 20:30:55 +0000 Subject: www/chromium: Update to version 83.0.4103.61 Submitted by: Matthias Wolf Reviewed by: rene Approved by: chromium@ (rene) Obtained from: https://github.com/gliaskos/freebsd-chromium MFH: 2020Q2 Security: https://chromereleases.googleblog.com/2020/05/stable-channel-update-for-desktop.html Differential Revision: https://reviews.freebsd.org/D25102 --- www/chromium/files/patch-tools_gn_build_gen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/chromium/files/patch-tools_gn_build_gen.py') diff --git a/www/chromium/files/patch-tools_gn_build_gen.py b/www/chromium/files/patch-tools_gn_build_gen.py index 1461138a4fd5..498a0904d175 100644 --- a/www/chromium/files/patch-tools_gn_build_gen.py +++ b/www/chromium/files/patch-tools_gn_build_gen.py @@ -1,4 +1,4 @@ ---- tools/gn/build/gen.py.orig 2020-03-16 18:48:21 UTC +--- tools/gn/build/gen.py.orig 2020-05-13 18:47:33 UTC +++ tools/gn/build/gen.py @@ -73,6 +73,9 @@ class Platform(object): def is_haiku(self): @@ -10,7 +10,7 @@ def is_posix(self): return self._platform in ['linux', 'freebsd', 'darwin', 'aix', 'openbsd', 'haiku'] -@@ -351,6 +354,11 @@ def WriteGNNinja(path, platform, host, options): +@@ -354,6 +357,11 @@ def WriteGNNinja(path, platform, host, options): elif platform.is_haiku(): cflags.append('-fPIC') cflags.extend(['-D_BSD_SOURCE']) -- cgit v1.2.3