svn commit: r355414 - head/devel/love5

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 16:30:55 UTC 2014


Author: bapt
Date: Mon May 26 16:30:54 2014
New Revision: 355414
URL: http://svnweb.freebsd.org/changeset/ports/355414
QAT: https://qat.redports.org/buildarchive/r355414/

Log:
  Fix building with lua

Modified:
  head/devel/love5/Makefile

Modified: head/devel/love5/Makefile
==============================================================================
--- head/devel/love5/Makefile	Mon May 26 16:30:45 2014	(r355413)
+++ head/devel/love5/Makefile	Mon May 26 16:30:54 2014	(r355414)
@@ -38,6 +38,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|ILvoid|void|' ${WRKSRC}/src/opengl/Image.cpp \
 		${WRKSRC}/src/opengl/love_opengl.cpp
 	@${REINPLACE_CMD} -e '/^prefix=/ d; /^bindir=/ d; /^libdir=/ d' \
+		-e "s/lua5.1/lua-${LUA_VER}/g" \
 		${WRKSRC}/configure
 
 .if ${PORT_OPTIONS:MDOCS}


More information about the svn-ports-all mailing list