diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-07-23 16:31:18 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-07-23 16:31:18 +0000 |
commit | 651302b592fe54c5197641402df87ff216c27903 (patch) | |
tree | 784a10fc6050d3be8786fd6f4f954d7802bd9204 /www/iridium/files/patch-base_debug_stack__trace.h | |
parent | Add compiler:c++14-lang to USES to atttempt to fix on GCC-based systems: (diff) |
www/iridium: update to 2020.04.81
PR: 245959
Submitted by: Matthias Wolf
MFH: 2020Q3
Security: any Chromium vulnerability between 73 and 81
Diffstat (limited to 'www/iridium/files/patch-base_debug_stack__trace.h')
-rw-r--r-- | www/iridium/files/patch-base_debug_stack__trace.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/iridium/files/patch-base_debug_stack__trace.h b/www/iridium/files/patch-base_debug_stack__trace.h index 415d73c63d02..6b4e63dd1e32 100644 --- a/www/iridium/files/patch-base_debug_stack__trace.h +++ b/www/iridium/files/patch-base_debug_stack__trace.h @@ -1,9 +1,9 @@ ---- base/debug/stack_trace.h.orig 2019-03-11 22:00:51 UTC +--- base/debug/stack_trace.h.orig 2019-09-09 21:55:05 UTC +++ base/debug/stack_trace.h -@@ -16,6 +16,7 @@ - #include "build/build_config.h" - - #if defined(OS_POSIX) +@@ -19,6 +19,7 @@ + #if !defined(OS_NACL) + #include <signal.h> + #endif +#include <sys/stdint.h> #include <unistd.h> #endif |