Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Nov 2015 17:00:37 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400625 - head/www/chromium/files
Message-ID:  <201511011700.tA1H0bqT054936@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511011700.tA1H0bqT054936>