Revision: 519
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=519&view=rev
Author: andy_miller
Date: 2007-12-28 16:23:02 -0800 (Fri, 28 Dec 2007)
Log Message:
-----------
Missing piece from patch
Modified Paths:
--------------
trunk/python-ogre/patch/ogre.patch
Modified: trunk/python-ogre/patch/ogre.patch
===================================================================
--- trunk/python-ogre/patch/ogre.patch 2007-12-27 03:04:27 UTC (rev 518)
+++ trunk/python-ogre/patch/ogre.patch 2007-12-29 00:23:02 UTC (rev 519)
@@ -1,4 +1,13 @@
---- ogrenew/OgreMain/include/OgreDataStream.h 23 Aug 2006 08:18:33 -0000 1.12
+--- ogrenew/configure.in 2007-05-15 22:43:31.000000000 +0800
++++ ogrenew/configure.in 2007-05-15 22:43:18.000000000 +0800
+@@ -59,6 +58,7 @@
+ ;;
+ esac
+ ])
++CFLAGS_VISIBILITY=""
+ 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
@@ -33,6 +33,7 @@
#include "OgreString.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|