diff options
Diffstat (limited to 'graphics/ogre3d/files/patch-Ogre.i')
-rw-r--r-- | graphics/ogre3d/files/patch-Ogre.i | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/ogre3d/files/patch-Ogre.i b/graphics/ogre3d/files/patch-Ogre.i deleted file mode 100644 index eb89e0743ab0..000000000000 --- a/graphics/ogre3d/files/patch-Ogre.i +++ /dev/null @@ -1,11 +0,0 @@ ---- OgreMain/include/Ogre.i.orig 2019-03-30 12:47:36 UTC -+++ OgreMain/include/Ogre.i -@@ -386,7 +386,7 @@ SHARED_PTR(HardwareUniformBuffer); - %ignore Ogre::ResourceGroupManager::openResource(const String&, const String&, bool, Resource*) const; - %ignore Ogre::ResourceGroupManager::openResource(const String&, const String&, bool) const; - %include "OgreResourceGroupManager.h" --#if SWIG_VERSION < 0x030012 || defined(SWIGJAVA) -+#if SWIG_VERSION <= 0x030012 || defined(SWIGJAVA) - // conflicts with overloaded versions (GpuProgram, Texture) - %ignore Ogre::ResourceManager::getResourceByName; - %ignore Ogre::ResourceManager::createOrRetrieve; |