Fix building with lua

This commit is contained in:
Baptiste Daroussin 2014-05-26 16:30:54 +00:00
parent e1a5518351
commit d79b00041b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355414

View file

@ -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}