aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-03-06 13:54:27 +0000
committerRene Ladan <rene@FreeBSD.org>2014-03-06 13:54:27 +0000
commitf01cc2936aefaaa46117e675b5ad2e7115075e6a (patch)
tree1a2ad0df24a052807d75ee9d9e70f6096a090049
parent459950e261e4732c17bfd4cc781a84c5324055dd (diff)
downloadports-f01cc2936aefaaa46117e675b5ad2e7115075e6a.tar.gz
ports-f01cc2936aefaaa46117e675b5ad2e7115075e6a.zip
MFH: r347098
Forgot to commit a chunk for extra-patch-gcc in r347055 Approved by: portmgr (erwin, miwi)
Notes
Notes: svn path=/branches/2014Q1/; revision=347200
-rw-r--r--www/chromium/files/extra-patch-gcc26
1 files changed, 25 insertions, 1 deletions
diff --git a/www/chromium/files/extra-patch-gcc b/www/chromium/files/extra-patch-gcc
index 2306d80513fd..6b10f5d0b02c 100644
--- a/www/chromium/files/extra-patch-gcc
+++ b/www/chromium/files/extra-patch-gcc
@@ -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"