fix if lua 5.1 is installed

PR:		ports/125107
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
This commit is contained in:
Oliver Lehmann 2008-06-30 17:36:14 +00:00
parent e7a8f8d0b8
commit d1998efdbe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216039

View file

@ -52,9 +52,6 @@ post-patch:
${WRKSRC}/src/CEGUIDynamicModule.cpp \
${WRKSRC}/Samples/common/src/CEGuiSample.cpp \
${WRKSRC}/src/CEGUISystem.cpp
@${REINPLACE_CMD} -e 's|INCLUDES = |&-I${LOCALBASE}/include/lua51 |' \
${WRKSRC}/ScriptingModules/CEGUILua/tolua++bin/Makefile.in \
${WRKSRC}/ScriptingModules/CEGUILua/LuaScriptModule/src/Makefile.in
@${REINPLACE_CMD} -e 's|ILvoid|void|g' \
${WRKSRC}/ImageCodecModules/DevILImageCodec/CEGUIDevILImageCodec.cpp