diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2014-03-04 18:27:45 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2014-03-04 18:27:45 +0000 |
| commit | 6524f66fba48a908515b9f848223c590e55957b5 (patch) | |
| tree | 3b620e5711fe30ca2b4a72595e9a1d434c36b0b5 /www/chromium/files/extra-patch-gcc | |
| parent | - Reassign to ruby@, at maintainer's request (diff) | |
Fix build on 8.4 (which uses GCC now because of c++11-lib)
Instead of removing the -Wno-unknown-warning-option, split this out in a
Clang specific version and a GCC specific version (yay).
Submitted by: George Mitchell via freebsd-ports
Diffstat (limited to 'www/chromium/files/extra-patch-gcc')
| -rw-r--r-- | www/chromium/files/extra-patch-gcc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/chromium/files/extra-patch-gcc b/www/chromium/files/extra-patch-gcc index 421c0f83e9ac..2306d80513fd 100644 --- a/www/chromium/files/extra-patch-gcc +++ b/www/chromium/files/extra-patch-gcc @@ -50,3 +50,15 @@ #if HAVE_SCHED_GETAFFINITY #ifndef _GNU_SOURCE # define _GNU_SOURCE +--- content/browser/browser_shutdown_profile_dumper.cc.orig 2014-02-20 15:28:24.000000000 -0500 ++++ content/browser/browser_shutdown_profile_dumper.cc 2014-03-03 15:36:33.000000000 -0500 +@@ -2,6 +2,8 @@ + // Use of this source code is governed by a BSD-style license that can be + // found in the LICENSE file. + ++#include <stdio.h> ++ + #include "content/browser/browser_shutdown_profile_dumper.h" + + #include "base/base_switches.h" + |
