svn commit: r378129 - branches/2015Q1/www/chromium/files

Rene Ladan rene at FreeBSD.org
Thu Jan 29 20:35:29 UTC 2015


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>
+ 


More information about the svn-ports-all mailing list