Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 01:15:57 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327204 - head/games/ivan/files
Message-ID:  <201309140115.r8E1FvE1017431@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Sep 14 01:15:56 2013
New Revision: 327204
URL: http://svnweb.freebsd.org/changeset/ports/327204

Log:
  Fix build with clang/libc++

Added:
  head/games/ivan/files/patch-FeLib-Source-festring.cpp   (contents, props changed)

Added: head/games/ivan/files/patch-FeLib-Source-festring.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/ivan/files/patch-FeLib-Source-festring.cpp	Sat Sep 14 01:15:56 2013	(r327204)
@@ -0,0 +1,10 @@
+--- FeLib/Source/festring.cpp.orig	2004-11-11 20:27:44.000000000 +0300
++++ FeLib/Source/festring.cpp	2013-09-14 02:16:26.736227688 +0400
+@@ -11,6 +11,7 @@
+  */
+ 
+ #include <cctype>
++#include <cstdlib>
+ 
+ #include "festring.h"
+ #include "allocate.h"



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