Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2013 18:34:10 +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: r327174 - head/games/connectfive/files
Message-ID:  <201309131834.r8DIYA7K078929@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep 13 18:34:10 2013
New Revision: 327174
URL: http://svnweb.freebsd.org/changeset/ports/327174

Log:
  Fix build with clang/libc++

Added:
  head/games/connectfive/files/patch-AdjacentPosition.cpp   (contents, props changed)
Modified:
  head/games/connectfive/files/patch-SimpleHeuristic.cpp

Added: head/games/connectfive/files/patch-AdjacentPosition.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/connectfive/files/patch-AdjacentPosition.cpp	Fri Sep 13 18:34:10 2013	(r327174)
@@ -0,0 +1,10 @@
+--- AdjacentPosition.cpp.orig	2004-01-04 09:19:04.000000000 +0300
++++ AdjacentPosition.cpp	2013-09-13 20:22:10.991226348 +0400
+@@ -32,6 +32,7 @@
+ 
+ // Header Files #############################################################
+ #include <stdio.h>
++#include <stdlib.h> // for exit()
+ 
+ #include "AdjacentPosition.h"
+ 

Modified: head/games/connectfive/files/patch-SimpleHeuristic.cpp
==============================================================================
--- head/games/connectfive/files/patch-SimpleHeuristic.cpp	Fri Sep 13 18:34:03 2013	(r327173)
+++ head/games/connectfive/files/patch-SimpleHeuristic.cpp	Fri Sep 13 18:34:10 2013	(r327174)
@@ -1,10 +1,11 @@
---- SimpleHeuristic.cpp.orig	Thu Jan  1 03:21:53 2004
-+++ SimpleHeuristic.cpp	Wed Sep 21 09:30:36 2005
-@@ -31,6 +31,7 @@
+--- SimpleHeuristic.cpp.orig	2004-01-01 05:21:53.000000000 +0300
++++ SimpleHeuristic.cpp	2013-09-13 20:21:14.435230147 +0400
+@@ -31,6 +31,8 @@
  
  
  // Header Files #############################################################
 +#include <stdio.h>
++#include <stdlib.h> // for exit()
  #include "SimpleHeuristic.h"
  
  // Macros ###################################################################



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