summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-tools_gn_build_gen.py
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2020-06-02 20:30:55 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2020-06-02 20:30:55 +0000
commit8f6dc7d1dd8b0ca59427d71524538aab9403ac23 (patch)
treec272eeb9d12c3f96a460e7ad3fd1eb4233ad20ce /www/chromium/files/patch-tools_gn_build_gen.py
parentmultimedia/libva-intel-driver: update to 2.4.1 (diff)
www/chromium: Update to version 83.0.4103.61
Submitted by: Matthias Wolf <freebsd@rheinwolf.de> 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
Diffstat (limited to 'www/chromium/files/patch-tools_gn_build_gen.py')
-rw-r--r--www/chromium/files/patch-tools_gn_build_gen.py4
1 files changed, 2 insertions, 2 deletions
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'])