svn commit: r327204 - head/games/ivan/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Sep 14 01:15:57 UTC 2013


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"


More information about the svn-ports-all mailing list