summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_time_time.cc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-03-02 10:32:47 +0100
committerRene Ladan <rene@FreeBSD.org>2022-03-02 10:32:47 +0100
commitbfedd5f1f016c174f3fe18cd38c8517ece7b1e9b (patch)
tree1d6f8dd03169ed2d788d910cce625af1608e74d0 /www/chromium/files/patch-base_time_time.cc
parentsecurity/vuxml: add www/chromium < 99.0.4844.51 (diff)
www/chromium: update to 99.0.4844.51
On the port side, this update brings: - libvulkan enabled by default - more unit tests enabled - no longer dependent on Python 2.7 Security: https://vuxml.freebsd.org/freebsd/e0914087-9a09-11ec-9e61-3065ec8fd3ec.html
Diffstat (limited to 'www/chromium/files/patch-base_time_time.cc')
-rw-r--r--www/chromium/files/patch-base_time_time.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-base_time_time.cc b/www/chromium/files/patch-base_time_time.cc
index b2f0f148e1a8..de90c9b11c34 100644
--- a/www/chromium/files/patch-base_time_time.cc
+++ b/www/chromium/files/patch-base_time_time.cc
@@ -1,11 +1,11 @@
---- base/time/time.cc.orig 2022-02-07 13:39:41 UTC
+--- base/time/time.cc.orig 2022-02-28 16:54:41 UTC
+++ base/time/time.cc
-@@ -4,7 +4,7 @@
+@@ -6,7 +6,7 @@
- #include "base/time/time.h"
+ #include "build/build_config.h"
--#if defined(OS_LINUX)
-+#if defined(OS_LINUX) || defined(OS_BSD)
+-#if BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
// time.h is a widely included header and its size impacts build time.
// Try not to raise this limit unless necessary. See
// https://chromium.googlesource.com/chromium/src/+/HEAD/docs/wmax_tokens.md