aboutsummaryrefslogtreecommitdiffstats
path: root/www/chromium
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-10-07 04:44:52 +0800
committerrene <rene@FreeBSD.org>2014-10-07 04:44:52 +0800
commit9cb4f768cdc42188420a08d66664b0d6ecfbd2d6 (patch)
tree6dff0db763f117fb1d03f2b0d40405cbca12d6b8 /www/chromium
parent708e447dca497d407716d5943817de23e1e6485b (diff)
downloadfreebsd-ports-gnome-9cb4f768cdc42188420a08d66664b0d6ecfbd2d6.tar.gz
freebsd-ports-gnome-9cb4f768cdc42188420a08d66664b0d6ecfbd2d6.tar.zst
freebsd-ports-gnome-9cb4f768cdc42188420a08d66664b0d6ecfbd2d6.zip
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
Diffstat (limited to 'www/chromium')
-rw-r--r--www/chromium/files/extra-patch-gcc11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/extra-patch-gcc b/www/chromium/files/extra-patch-gcc
index 79d37c3a1587..31afb2813f9d 100644
--- a/www/chromium/files/extra-patch-gcc
+++ b/www/chromium/files/extra-patch-gcc
@@ -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>
+
+