aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-10-16 21:33:59 +0800
committerrene <rene@FreeBSD.org>2013-10-16 21:33:59 +0800
commitbf7ab4926b7335ee5015bc712e78a4f9f4864b79 (patch)
tree4a8523050f89134ea51866088b7e985acb96f409 /www
parent78cc857c2f624946d7a3b418cefedb50a87c55e4 (diff)
downloadfreebsd-ports-gnome-bf7ab4926b7335ee5015bc712e78a4f9f4864b79.tar.gz
freebsd-ports-gnome-bf7ab4926b7335ee5015bc712e78a4f9f4864b79.tar.zst
freebsd-ports-gnome-bf7ab4926b7335ee5015bc712e78a4f9f4864b79.zip
Fix build with GCC 4.8
Submitted by: avg, Michael Moll <mmoll@mmoll.at>
Diffstat (limited to 'www')
-rw-r--r--www/chromium/files/extra-patch-gcc10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/chromium/files/extra-patch-gcc b/www/chromium/files/extra-patch-gcc
index e14dc6553362..af7a34a48349 100644
--- a/www/chromium/files/extra-patch-gcc
+++ b/www/chromium/files/extra-patch-gcc
@@ -28,3 +28,13 @@
#include <string>
#include "base/gtest_prod_util.h"
+--- content/public/common/child_process_sandbox_support_linux.h.orig 2013-10-11 19:30:28.000000000 +0200
++++ content/public/common/child_process_sandbox_support_linux.h 2013-10-16 15:29:00.000000000 +0200
+@@ -7,6 +7,7 @@
+
+ #include <stdint.h>
+ #include <string>
++#include <sys/types.h>
+
+ #include "content/common/content_export.h"
+