summaryrefslogtreecommitdiffstats
path: root/libraries/CEGUI0.7/CEGUI.patch
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-02-06 12:39:04 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-02-06 12:39:04 +0700
commit113a2b0ee09805de3749cbc0d7b722047aaa10fb (patch)
tree30e8bac30830b983896261423c36350fedf0d2fd /libraries/CEGUI0.7/CEGUI.patch
parent6e7754137e8dc9f24f252b26f4e39658a93a2bb0 (diff)
downloadslackbuilds-113a2b0ee09805de3749cbc0d7b722047aaa10fb.tar.gz
slackbuilds-113a2b0ee09805de3749cbc0d7b722047aaa10fb.tar.xz
libraries/CEGUI0.7: Fix Build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/CEGUI0.7/CEGUI.patch')
-rw-r--r--libraries/CEGUI0.7/CEGUI.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/CEGUI0.7/CEGUI.patch b/libraries/CEGUI0.7/CEGUI.patch
new file mode 100644
index 0000000000..bdbe203855
--- /dev/null
+++ b/libraries/CEGUI0.7/CEGUI.patch
@@ -0,0 +1,13 @@
+--- CEGUI-0.7.9/cegui/include/RendererModules/Ogre/CEGUIOgreRenderer.h.orig 2016-02-06 11:05:31.177684112 +0700
++++ CEGUI-0.7.9/cegui/include/RendererModules/Ogre/CEGUIOgreRenderer.h 2016-02-06 11:06:00.183625951 +0700
+@@ -54,7 +54,9 @@
+ class Root;
+ class RenderSystem;
+ class RenderTarget;
+-class TexturePtr;
++class Texture;
++template<typename T> class SharedPtr;
++typedef SharedPtr<Texture> TexturePtr;
+ class Matrix4;
+ }
+