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

Rene Ladan rene at FreeBSD.org
Wed Mar 5 08:25:54 UTC 2014


Author: rene
Date: Wed Mar  5 08:25:53 2014
New Revision: 347098
URL: http://svnweb.freebsd.org/changeset/ports/347098
QAT: https://qat.redports.org/buildarchive/r347098/

Log:
  Forgot to commit a chunk for extra-patch-gcc in r347055

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

Modified: head/www/chromium/files/extra-patch-gcc
==============================================================================
--- head/www/chromium/files/extra-patch-gcc	Wed Mar  5 07:21:02 2014	(r347097)
+++ head/www/chromium/files/extra-patch-gcc	Wed Mar  5 08:25:53 2014	(r347098)
@@ -61,4 +61,28 @@
  #include "content/browser/browser_shutdown_profile_dumper.h"
  
  #include "base/base_switches.h"
-
+--- testing/perf/perf_test.cc	2014-03-03 12:59:30.000000000 -0500
++++ testing/perf/perf_test.cc.orig	2014-02-20 15:28:27.000000000 -0500
+@@ -2,10 +2,10 @@
+ // Use of this source code is governed by a BSD-style license that can be
+ // found in the LICENSE file.
+ 
++#include <stdio.h>
++
+ #include "testing/perf/perf_test.h"
+ 
+-#include <stdio.h>
+-
+ #include "base/logging.h"
+ #include "base/strings/string_number_conversions.h"
+ #include "base/strings/stringprintf.h"
+--- ui/gfx/codec/jpeg_codec.cc.orig	2014-02-20 15:27:56.000000000 -0500
++++ ui/gfx/codec/jpeg_codec.cc	2014-03-03 14:33:42.000000000 -0500
+@@ -15,6 +15,7 @@
+ #if defined(USE_SYSTEM_LIBJPEG)
+ #include <jpeglib.h>
+ #elif defined(USE_LIBJPEG_TURBO)
++#include <stdio.h>
+ #include "third_party/libjpeg_turbo/jpeglib.h"
+ #else
+ #include "third_party/libjpeg/jpeglib.h"


More information about the svn-ports-head mailing list