svn commit: r400625 - head/www/chromium/files

Rene Ladan rene at FreeBSD.org
Sun Nov 1 17:00:38 UTC 2015


Author: rene
Date: Sun Nov  1 17:00:37 2015
New Revision: 400625
URL: https://svnweb.freebsd.org/changeset/ports/400625

Log:
  www/chromium: fix build with GCC 4.9 on FreeBSD 9.3
  
  PR:		204181
  Submitted by:	kwm
  MFH:		2015Q4

Modified:
  head/www/chromium/files/extra-patch-gcc

Modified: head/www/chromium/files/extra-patch-gcc
==============================================================================
--- head/www/chromium/files/extra-patch-gcc	Sun Nov  1 16:27:11 2015	(r400624)
+++ head/www/chromium/files/extra-patch-gcc	Sun Nov  1 17:00:37 2015	(r400625)
@@ -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>


More information about the svn-ports-all mailing list