Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 2015 20:35:28 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r378129 - branches/2015Q1/www/chromium/files
Message-ID:  <201501292035.t0TKZSRo025137@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Thu Jan 29 20:35:27 2015
New Revision: 378129
URL: https://svnweb.freebsd.org/changeset/ports/378129
QAT: https://qat.redports.org/buildarchive/r378129/

Log:
  MFH: r378106
  
  www/chromium: fix build with GCC
  
  This does not fix the build on 8.X yet, which misses pthread_getthreadid_np()
  
  Approved by:	portmgr (erwin)

Modified:
  branches/2015Q1/www/chromium/files/extra-patch-gcc
Directory Properties:
  branches/2015Q1/   (props changed)

Modified: branches/2015Q1/www/chromium/files/extra-patch-gcc
==============================================================================
--- branches/2015Q1/www/chromium/files/extra-patch-gcc	Thu Jan 29 19:38:14 2015	(r378128)
+++ branches/2015Q1/www/chromium/files/extra-patch-gcc	Thu Jan 29 20:35:27 2015	(r378129)
@@ -76,3 +76,13 @@
  #include <cstddef>
  #include <string>
  
+--- v8/src/base/platform/platform.h.orig	2015-01-27 03:22:59.000000000 +0100
++++ v8/src/base/platform/platform.h	2015-01-28 18:37:43.268781292 +0100
+@@ -22,6 +22,7 @@
+ #define V8_BASE_PLATFORM_PLATFORM_H_
+ 
+ #include <cstdarg>
++#include <cstdio>
+ #include <string>
+ #include <vector>
+ 



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