Date: Thu, 29 Jan 2015 07:29:29 +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: r378106 - head/www/chromium/files Message-ID: <201501290729.t0T7TTWW052771@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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> +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501290729.t0T7TTWW052771>