Fix building with lua
This commit is contained in:
parent
e1a5518351
commit
d79b00041b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355414
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue