svn commit: r380600 - head/www/iojs/files
Vanilla I. Shu
vanilla at FreeBSD.org
Fri Mar 6 13:36:15 UTC 2015
Author: vanilla
Date: Fri Mar 6 13:36:13 2015
New Revision: 380600
URL: https://svnweb.freebsd.org/changeset/ports/380600
QAT: https://qat.redports.org/buildarchive/r380600/
Log:
Fix build on 8.4-RELEASE
PR: 198349
Submitted by: saper at saper.info
Approved by: maintainer
Added:
head/www/iojs/files/patch-deps_v8_src_base_platform_platform.h (contents, props changed)
Added: head/www/iojs/files/patch-deps_v8_src_base_platform_platform.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/iojs/files/patch-deps_v8_src_base_platform_platform.h Fri Mar 6 13:36:13 2015 (r380600)
@@ -0,0 +1,10 @@
+--- deps/v8/src/base/platform/platform.h.orig 2015-03-06 20:47:12.105304846 +0800
++++ deps/v8/src/base/platform/platform.h 2015-03-06 20:47:28.552291909 +0800
+@@ -21,6 +21,7 @@
+ #ifndef V8_BASE_PLATFORM_PLATFORM_H_
+ #define V8_BASE_PLATFORM_PLATFORM_H_
+
++#include <stdio.h>
+ #include <cstdarg>
+ #include <string>
+ #include <vector>
More information about the svn-ports-all
mailing list