Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 15:08:08 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326510 - head/devel/ninja/files
Message-ID:  <201309061508.r86F88EN059520@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep  6 15:08:07 2013
New Revision: 326510
URL: http://svnweb.freebsd.org/changeset/ports/326510

Log:
  Fix build with libc++

Added:
  head/devel/ninja/files/patch-src__manifest_parser.cc   (contents, props changed)

Added: head/devel/ninja/files/patch-src__manifest_parser.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ninja/files/patch-src__manifest_parser.cc	Fri Sep  6 15:08:07 2013	(r326510)
@@ -0,0 +1,10 @@
+--- ./src/manifest_parser.cc.orig	2013-06-04 20:47:31.000000000 +0200
++++ ./src/manifest_parser.cc	2013-09-06 16:58:05.243065037 +0200
+@@ -15,6 +15,7 @@
+ #include "manifest_parser.h"
+ 
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <vector>
+ 
+ #include "graph.h"



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