svn commit: r378106 - head/www/chromium/files

Rene Ladan rene at FreeBSD.org
Thu Jan 29 07:29:30 UTC 2015


Author: rene
Date: Thu Jan 29 07:29:29 2015
New Revision: 378106
URL: https://svnweb.freebsd.org/changeset/ports/378106
QAT: https://qat.redports.org/buildarchive/r378106/

Log:
  www/chromium: fix build with GCC
  
  This does not fix the build on 8.X yet, which misses pthread_getthreadid_np()
  MFH:		2015Q1

Modified:
  head/www/chromium/files/extra-patch-gcc

Modified: head/www/chromium/files/extra-patch-gcc
==============================================================================
--- head/www/chromium/files/extra-patch-gcc	Thu Jan 29 05:00:30 2015	(r378105)
+++ head/www/chromium/files/extra-patch-gcc	Thu Jan 29 07:29:29 2015	(r378106)
@@ -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