- 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
10 lines
267 B
C
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
|
|
|