diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-10-06 20:44:52 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-10-06 20:44:52 +0000 |
commit | b2e3aba27d0d2705ddf8d1fa50d223b266fc990b (patch) | |
tree | 6dff0db763f117fb1d03f2b0d40405cbca12d6b8 /www | |
parent | Add new port databases/py-mysql-connectory-python2 (diff) |
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
Notes
Notes:
svn path=/head/; revision=370225
Diffstat (limited to 'www')
-rw-r--r-- | www/chromium/files/extra-patch-gcc | 11 |
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> + + |