svn commit: r327216 - in head/games/irrlamb: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Sep 14 03:54:16 UTC 2013
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;
More information about the svn-ports-all
mailing list