From d79b00041bbe2185cc290b7c5a4093072b1e28cd Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 26 May 2014 16:30:54 +0000 Subject: [PATCH] Fix building with lua --- devel/love5/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/love5/Makefile b/devel/love5/Makefile index 89a5e18c4425..70857c63f69b 100644 --- a/devel/love5/Makefile +++ b/devel/love5/Makefile @@ -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}