svn commit: r357766 - head/games/ember

Oliver Lehmann oliver at FreeBSD.org
Sat Jun 14 10:48:13 UTC 2014


Author: oliver
Date: Sat Jun 14 10:48:12 2014
New Revision: 357766
URL: http://svnweb.freebsd.org/changeset/ports/357766
QAT: https://qat.redports.org/buildarchive/r357766/

Log:
  fix build by defining TOLUAXX_CMD on my own

Modified:
  head/games/ember/Makefile

Modified: head/games/ember/Makefile
==============================================================================
--- head/games/ember/Makefile	Sat Jun 14 10:46:00 2014	(r357765)
+++ head/games/ember/Makefile	Sat Jun 14 10:48:12 2014	(r357766)
@@ -31,10 +31,11 @@ CONFIGURE_ENV+=	LUA_LIBS="-L${LUA_LIBDIR
 		LUA_CFLAGS="-I${LUA_INCDIR}" \
 		TOLUAXX="${TOLUAXX_CMD}"
 
+TOLUAXX_CMD=	${LOCALBASE}/bin/tolua++${LUA_VER}
 USE_SDL=	sdl
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		openal:al,alut pathfix pkgconfig compiler:c++11-lib tar:bzip2
+USES=		openal:al,alut pathfix pkgconfig compiler:c++11-lib tar:bzip2 lua:51
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-all mailing list