Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Mar 2015 13:36:14 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380600 - head/www/iojs/files
Message-ID:  <201503061336.t26DaEJ9047537@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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