Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 16:30:54 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355414 - head/devel/love5
Message-ID:  <201405261630.s4QGUsTS033369@svn.freebsd.org>

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



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