svn commit: r326510 - head/devel/ninja/files

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 6 15:08:08 UTC 2013


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"


More information about the svn-ports-all mailing list