[Python-ogre-commit] SF.net SVN: python-ogre: [629] trunk/python-ogre
Brought to you by:
andy_miller,
roman_yakovenko
From: <and...@us...> - 2008-07-02 08:10:41
|
Revision: 629 http://python-ogre.svn.sourceforge.net/python-ogre/?rev=629&view=rev Author: andy_miller Date: 2008-07-02 01:10:50 -0700 (Wed, 02 Jul 2008) Log Message: ----------- Updated Patch for ogre as base directory name has changed... (from ogrenew to ogre) Modified Paths: -------------- trunk/python-ogre/PythonOgreConfig_posix.py trunk/python-ogre/patch/ogre.patch Modified: trunk/python-ogre/PythonOgreConfig_posix.py =================================================================== --- trunk/python-ogre/PythonOgreConfig_posix.py 2008-07-01 11:55:56 UTC (rev 628) +++ trunk/python-ogre/PythonOgreConfig_posix.py 2008-07-02 08:10:50 UTC (rev 629) @@ -27,7 +27,7 @@ # We need to know where to find gccxml...... gccxml_bin = os.path.join(BASE_DIR,'gccxml-build/bin') -gccxml_bin = os.path.join(ROOT_DIR,'bin') +gccxml_bin = os.path.join(ROOT_DIR,'usr/bin') # and the Py++ directory as sometimes we need access to the code repository there pyplusplus_install_dir = os.path.join(BASE_DIR,'pygccxml') Modified: trunk/python-ogre/patch/ogre.patch =================================================================== --- trunk/python-ogre/patch/ogre.patch 2008-07-01 11:55:56 UTC (rev 628) +++ trunk/python-ogre/patch/ogre.patch 2008-07-02 08:10:50 UTC (rev 629) @@ -1,6 +1,6 @@ ---- ogrenew/configure.in 2007-05-15 22:43:31.000000000 +0800 -+++ ogrenew/configure.in 2007-05-15 22:43:18.000000000 +0800 +--- ogre/configure.in 2007-05-15 22:43:31.000000000 +0800 ++++ ogre/configure.in 2007-05-15 22:43:18.000000000 +0800 @@ -59,6 +58,7 @@ ;; esac @@ -9,8 +9,8 @@ AC_SUBST(CFLAGS_VISIBILITY) AC_LANG_POP ---- ogrenew/OgreMain/include/OgreDataStream.h 23 Aug 2006 08:18:33 -0000 1.12 -+++ ogrenew/OgreMain/include/OgreDataStream.h 24 Nov 2007 00:35:47 -0000 +--- ogre/OgreMain/include/OgreDataStream.h 23 Aug 2006 08:18:33 -0000 1.12 ++++ ogre/OgreMain/include/OgreDataStream.h 24 Nov 2007 00:35:47 -0000 @@ -33,6 +33,7 @@ #include "OgreString.h" #include "OgreSharedPtr.h" @@ -38,8 +38,8 @@ /** Close the stream; this makes further operations invalid. */ virtual void close(void) = 0; ---- ogrenew/OgreMain/include/OgreHardwareBuffer.h 23 Aug 2006 08:18:33 -0000 1.17 -+++ ogrenew/OgreMain/include/OgreHardwareBuffer.h 24 Nov 2007 00:37:00 -0000 +--- ogre/OgreMain/include/OgreHardwareBuffer.h 23 Aug 2006 08:18:33 -0000 1.17 ++++ ogre/OgreMain/include/OgreHardwareBuffer.h 24 Nov 2007 00:37:00 -0000 @@ -31,6 +31,8 @@ // Precompiler options @@ -59,8 +59,8 @@ ensure that your buffer is big enough. @param offset The byte offset from the start of the buffer to start writing ---- ogrenew/OgreMain/include/OgreRenderQueueListener.h 23 Aug 2006 08:18:35 -0000 1.10 -+++ ogrenew/OgreMain/include/OgreRenderQueueListener.h 24 Nov 2007 00:34:52 -0000 +--- ogre/OgreMain/include/OgreRenderQueueListener.h 23 Aug 2006 08:18:35 -0000 1.10 ++++ ogre/OgreMain/include/OgreRenderQueueListener.h 24 Nov 2007 00:34:52 -0000 @@ -31,6 +31,8 @@ #include "OgrePrerequisites.h" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |