svn commit: r399300 - in head/games/irrlamb: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Oct 14 21:37:24 UTC 2015


Author: amdmi3
Date: Wed Oct 14 21:37:22 2015
New Revision: 399300
URL: https://svnweb.freebsd.org/changeset/ports/399300

Log:
  - Fix build with clang 3.7

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

Modified: head/games/irrlamb/Makefile
==============================================================================
--- head/games/irrlamb/Makefile	Wed Oct 14 21:06:00 2015	(r399299)
+++ head/games/irrlamb/Makefile	Wed Oct 14 21:37:22 2015	(r399300)
@@ -16,7 +16,8 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/libIrrli
 RUN_DEPENDS=	${LOCALBASE}/lib/libIrrlicht.so:${PORTSDIR}/x11-toolkits/irrlicht
 
 USES=		scons dos2unix lua:51
-DOS2UNIX_FILES=	src/engine/save.h src/objects/orb.cpp src/objects/player.cpp
+DOS2UNIX_FILES=	src/engine/save.h src/objects/orb.cpp src/objects/player.cpp \
+		src/engine/state.h
 
 CPPPATH=	${LOCALBASE}/include ${LUA_INCDIR}
 LIBPATH=	${LOCALBASE}/lib ${LUA_LIBDIR}

Added: head/games/irrlamb/files/patch-src_engine_state.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/irrlamb/files/patch-src_engine_state.h	Wed Oct 14 21:37:22 2015	(r399300)
@@ -0,0 +1,10 @@
+--- src/engine/state.h.orig	2009-12-24 05:02:41 UTC
++++ src/engine/state.h
+@@ -23,6 +23,7 @@
+ // Namespaces
+ using namespace irr;
+ using namespace core;
++using namespace irr::core;
+ using namespace scene;
+ using namespace video;
+ using namespace io;


More information about the svn-ports-all mailing list