svn commit: r330511 - head/www/chromium/files
Rene Ladan
rene at FreeBSD.org
Wed Oct 16 13:34:00 UTC 2013
Author: rene
Date: Wed Oct 16 13:33:59 2013
New Revision: 330511
URL: http://svnweb.freebsd.org/changeset/ports/330511
Log:
Fix build with GCC 4.8
Submitted by: avg, Michael Moll <mmoll at mmoll.at>
Modified:
head/www/chromium/files/extra-patch-gcc
Modified: head/www/chromium/files/extra-patch-gcc
==============================================================================
--- head/www/chromium/files/extra-patch-gcc Wed Oct 16 13:06:17 2013 (r330510)
+++ head/www/chromium/files/extra-patch-gcc Wed Oct 16 13:33:59 2013 (r330511)
@@ -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"
+
More information about the svn-ports-head
mailing list