Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2013 12:32:15 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327473 - head/games/teeworlds
Message-ID:  <201309171232.r8HCWFvB019151@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309171232.r8HCWFvB019151>