aboutsummaryrefslogtreecommitdiff
path: root/games/teeworlds
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-09-17 12:32:15 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-09-17 12:32:15 +0000
commit0206acff2b5b12b8d287151b5c4d02eebf50f882 (patch)
treedf7316f2239acac68d9566905c0fd374a85bb317 /games/teeworlds
parentd7eca48b3945f69db5296aab97ec289aa81ad092 (diff)
downloadports-0206acff2b5b12b8d287151b5c4d02eebf50f882.tar.gz
ports-0206acff2b5b12b8d287151b5c4d02eebf50f882.zip
Fix build with clang/libc++
Notes
Notes: svn path=/head/; revision=327473
Diffstat (limited to 'games/teeworlds')
-rw-r--r--games/teeworlds/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile
index fe396adc4475..2a37baeb7e83 100644
--- a/games/teeworlds/Makefile
+++ b/games/teeworlds/Makefile
@@ -59,7 +59,7 @@ post-patch:
@${REINPLACE_CMD} -e '/aDirs\[\]/,/}/ s|"/.*"|"${DATADIR}"|' \
${WRKSRC}/src/engine/shared/storage.cpp
@${REINPLACE_CMD} -e 's|gcc|${CC}|; s|g++|${CXX}|' \
- ${BAM_WRKSRC}/src/driver_gcc.lua
+ ${BAM_WRKSRC}/src/driver_gcc.lua ${WRKSRC}/configure.lua
# build bam executable - teeworlds own build system
pre-build: