Revision: 796
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=796&view=rev
Author: andy_miller
Date: 2008-11-17 00:13:14 +0000 (Mon, 17 Nov 2008)
Log Message:
-----------
linux patch
Modified Paths:
--------------
trunk/python-ogre/patch/ogre_1.6.0.patch
Modified: trunk/python-ogre/patch/ogre_1.6.0.patch
===================================================================
--- trunk/python-ogre/patch/ogre_1.6.0.patch 2008-11-16 22:50:41 UTC (rev 795)
+++ trunk/python-ogre/patch/ogre_1.6.0.patch 2008-11-17 00:13:14 UTC (rev 796)
@@ -195,6 +195,15 @@
===================================================================
--- ogre/OgreMain/include/OgreString.h (revision 8145)
+++ ogre/OgreMain/include/OgreString.h (working copy)
+@@ -35,7 +35,7 @@
+ #if OGRE_COMPILER == OGRE_COMPILER_GNUC && OGRE_COMP_VER >= 310 && !defined(STLPORT)
+
+ // For gcc 4.3 see http://gcc.gnu.org/gcc-4.3/changes.html
+-# if OGRE_COMP_VER >= 430
++# if OGRE_COMP_VER >= 430 && !defined (__PYTHONOGRE_BUILD_CODE)
+ # include <tr1/unordered_map>
+ # else
+ # include <ext/hash_map>
@@ -158,7 +158,7 @@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|