--- www/chromium/files/patch-third_party__webrtc__modules__remote_bitrate_estimator__overuse_detector.cc (nonexistent) +++ www/chromium/files/patch-third_party__webrtc__modules__remote_bitrate_estimator__overuse_detector.cc (working copy) @@ -0,0 +1,12 @@ +Include cstdio for sscanf. This allows chromium to be build with gcc 4.9. + +--- third_party/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc.orig 2015-10-30 16:43:12.000000000 +0100 ++++ third_party/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc 2015-10-30 16:43:29.000000000 +0100 +@@ -11,6 +11,7 @@ + #include "webrtc/modules/remote_bitrate_estimator/overuse_detector.h" + + #include ++#include + #include + #include + #include