aboutsummaryrefslogtreecommitdiff
path: root/games/irrlamb/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-09-14 03:54:15 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-09-14 03:54:15 +0000
commit601fd8e61d72196dcc05700fbcb16a82e307fad1 (patch)
tree59a900b04a3597a4a3327005914b7a4cb39da8a9 /games/irrlamb/Makefile
parent99b46e2014a23ee64b6d51fce8a4c27ce8d346a3 (diff)
downloadports-601fd8e61d72196dcc05700fbcb16a82e307fad1.tar.gz
ports-601fd8e61d72196dcc05700fbcb16a82e307fad1.zip
Fix build with clang/libc++
Notes
Notes: svn path=/head/; revision=327216
Diffstat (limited to 'games/irrlamb/Makefile')
-rw-r--r--games/irrlamb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/irrlamb/Makefile b/games/irrlamb/Makefile
index 733056cfcd66..42e84be9e1a7 100644
--- a/games/irrlamb/Makefile
+++ b/games/irrlamb/Makefile
@@ -17,6 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libIrrlicht.so:${PORTSDIR}/x11-toolkits/irrlicht
USE_LUA= 5.1+
USE_SCONS= yes
+USE_DOS2UNIX= src/engine/save.h
CPPPATH= ${LOCALBASE}/include ${LUA_INCDIR}
LIBPATH= ${LOCALBASE}/lib ${LUA_LIBDIR}