diff options
author | rene <rene@FreeBSD.org> | 2015-11-02 01:00:37 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-11-02 01:00:37 +0800 |
commit | fd17094ff410a507dad27fa7beeb92cc366d0923 (patch) | |
tree | 1e0206e4a3d3e45d42c5cb77de78f99bd1067cd3 /www | |
parent | 2abd229af9d9b7e4e11a80e58670d0b7a2b5e55f (diff) | |
download | freebsd-ports-gnome-fd17094ff410a507dad27fa7beeb92cc366d0923.tar.gz freebsd-ports-gnome-fd17094ff410a507dad27fa7beeb92cc366d0923.tar.zst freebsd-ports-gnome-fd17094ff410a507dad27fa7beeb92cc366d0923.zip |
www/chromium: fix build with GCC 4.9 on FreeBSD 9.3
PR: 204181
Submitted by: kwm
MFH: 2015Q4
Diffstat (limited to 'www')
-rw-r--r-- | www/chromium/files/extra-patch-gcc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/chromium/files/extra-patch-gcc b/www/chromium/files/extra-patch-gcc index c5b51f196126..df30aa08673c 100644 --- a/www/chromium/files/extra-patch-gcc +++ b/www/chromium/files/extra-patch-gcc @@ -147,3 +147,13 @@ #include "src/allocation.h" #include "src/base/platform/mutex.h" #include "src/flags.h" +--- third_party/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc.orig 2015-10-22 21:00:59.000000000 +0200 ++++ third_party/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc 2015-11-01 11:32:36.293750000 +0100 +@@ -11,6 +11,7 @@ + #include "webrtc/modules/remote_bitrate_estimator/overuse_detector.h" + + #include <algorithm> ++#include <cstdio> + #include <sstream> + #include <math.h> + #include <stdlib.h> |