Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Aug 2014 16:45:09 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363824 - head/games/tome4
Message-ID:  <201408021645.s72Gj9Oe058656@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sat Aug  2 16:45:09 2014
New Revision: 363824
URL: http://svnweb.freebsd.org/changeset/ports/363824
QAT: https://qat.redports.org/buildarchive/r363824/

Log:
  Un-hardcode gcc.

Modified:
  head/games/tome4/Makefile

Modified: head/games/tome4/Makefile
==============================================================================
--- head/games/tome4/Makefile	Sat Aug  2 16:44:27 2014	(r363823)
+++ head/games/tome4/Makefile	Sat Aug  2 16:45:09 2014	(r363824)
@@ -31,6 +31,9 @@ USE_CSTD=	gnu89
 SUB_FILES=	tome4
 MAKE_JOBS_UNSAFE=yes
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/src/lua/Makefile \
+		${WRKSRC}/src/luabitop/Makefile ${WRKSRC}/build/te4core.lua
 pre-build:
 	@${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/premake4.lua
 	(cd ${WRKSRC} && premake4 gmake)



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