Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2014 20:44:53 +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: r370225 - head/www/chromium/files
Message-ID:  <201410062044.s96Kirlu099085@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon Oct  6 20:44:52 2014
New Revision: 370225
URL: https://svnweb.freebsd.org/changeset/ports/370225
QAT: https://qat.redports.org/buildarchive/r370225/

Log:
  Fix build on 8.4/9.X with GCC 4.8.
  Patch backported from the beta branch on github.
  
  Submitted by:	package builder via antoine

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

Modified: head/www/chromium/files/extra-patch-gcc
==============================================================================
--- head/www/chromium/files/extra-patch-gcc	Mon Oct  6 20:29:39 2014	(r370224)
+++ head/www/chromium/files/extra-patch-gcc	Mon Oct  6 20:44:52 2014	(r370225)
@@ -96,3 +96,14 @@
  #include <jpeglib.h>
  #elif defined(USE_LIBJPEG_TURBO)
  #include "third_party/libjpeg_turbo/jpeglib.h"
+--- media/cast/logging/encoding_event_subscriber.cc.orig	2014-10-02 19:39:47.000000000 +0200
++++ media/cast/logging/encoding_event_subscriber.cc	2014-10-06 10:38:30.000000000 +0200
+@@ -4,6 +4,7 @@
+ 
+ #include "media/cast/logging/encoding_event_subscriber.h"
+ 
++#include <algorithm>
+ #include <cstring>
+ #include <utility>
+ 
+



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