Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 03:54:15 +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: r327216 - in head/games/irrlamb: . files
Message-ID:  <201309140354.r8E3sF7Y011304@svn.freebsd.org>

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

Log:
  Fix build with clang/libc++

Added:
  head/games/irrlamb/files/patch-src-engine-save.h   (contents, props changed)
Modified:
  head/games/irrlamb/Makefile

Modified: head/games/irrlamb/Makefile
==============================================================================
--- head/games/irrlamb/Makefile	Sat Sep 14 03:44:51 2013	(r327215)
+++ head/games/irrlamb/Makefile	Sat Sep 14 03:54:15 2013	(r327216)
@@ -17,6 +17,7 @@ RUN_DEPENDS=	${LOCALBASE}/lib/libIrrlich
 
 USE_LUA=	5.1+
 USE_SCONS=	yes
+USE_DOS2UNIX=	src/engine/save.h
 
 CPPPATH=	${LOCALBASE}/include ${LUA_INCDIR}
 LIBPATH=	${LOCALBASE}/lib ${LUA_LIBDIR}

Added: head/games/irrlamb/files/patch-src-engine-save.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/irrlamb/files/patch-src-engine-save.h	Sat Sep 14 03:54:15 2013	(r327216)
@@ -0,0 +1,10 @@
+--- src/engine/save.h.orig	2009-12-29 03:43:28.000000000 +0300
++++ src/engine/save.h	2013-09-14 07:46:32.762415408 +0400
+@@ -22,6 +22,7 @@
+ #include "singleton.h"
+ #include <irrlicht/irrlicht.h>
+ #include <map>
++#include <ctime>
+ 
+ // Namespaces
+ using namespace irr;



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