svn commit: r327473 - head/games/teeworlds
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Sep 17 12:32:16 UTC 2013
Author: amdmi3
Date: Tue Sep 17 12:32:15 2013
New Revision: 327473
URL: http://svnweb.freebsd.org/changeset/ports/327473
Log:
Fix build with clang/libc++
Modified:
head/games/teeworlds/Makefile
Modified: head/games/teeworlds/Makefile
==============================================================================
--- head/games/teeworlds/Makefile Tue Sep 17 12:32:05 2013 (r327472)
+++ head/games/teeworlds/Makefile Tue Sep 17 12:32:15 2013 (r327473)
@@ -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:
More information about the svn-ports-head
mailing list