diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2008-06-30 17:36:14 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2008-06-30 17:36:14 +0000 |
commit | d1998efdbe82e0000e123bbec9b5a533b0bdd3c4 (patch) | |
tree | 705062045aac84c6a61a0e0c9ed2ba0f87233010 /graphics/cegui | |
parent | e7a8f8d0b841ffac61235f445e9dd0a76bab7225 (diff) | |
download | ports-d1998efdbe82e0000e123bbec9b5a533b0bdd3c4.tar.gz ports-d1998efdbe82e0000e123bbec9b5a533b0bdd3c4.zip |
Notes
Diffstat (limited to 'graphics/cegui')
-rw-r--r-- | graphics/cegui/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index 5bb6e549e11c..297db0675223 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -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 |