Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2013 13:33:59 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330511 - head/www/chromium/files
Message-ID:  <201310161333.r9GDXxNN037641@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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"
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310161333.r9GDXxNN037641>