freebsd-ports/www/chromium/files/patch-base_debug_stack__trace.h
Carlos J. Puga Medina 47e1e0949d www/chromium: update to 60.0.3112.101
- Update LICENSE
- Drop USE_GNOME=gtk20 dependency because chromium uses gtk3
- Use freetype2 bundled to avoid more issues related to the freetype library
- Fix typo in the comment of pre-configure section
- Update comment in SNDIO section

Changelog: https://chromium.googlesource.com/chromium/src/+log/59.0.3071.115..60.0.3112.101?pretty=fuller&n=10000

MFH:		2017Q3
Security:	https://vuxml.freebsd.org/freebsd/7d138476-7710-11e7-88a1-e8e0b747a45a.html
2017-08-23 20:37:16 +00:00

10 lines
267 B
C

--- base/debug/stack_trace.h.orig 2017-08-02 19:09:58.400190000 +0200
+++ base/debug/stack_trace.h 2017-08-02 19:10:33.950334000 +0200
@@ -16,6 +16,7 @@
#include "build/build_config.h"
#if defined(OS_POSIX)
+#include <sys/stdint.h>
#include <unistd.h>
#endif