summaryrefslogtreecommitdiff
path: root/games/windstille/files/patch-src-display-texture__manager.cpp
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-09-12 01:27:25 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-09-12 01:27:25 +0000
commit5bcd08c14fcb66c0e7e1775de6de2eaeac5da6b8 (patch)
tree5e96f34e4818d2df5c847e0212eece0d645b31da /games/windstille/files/patch-src-display-texture__manager.cpp
parent- Mark as DEPRECATED (diff)
- Fix build with clang
Diffstat (limited to 'games/windstille/files/patch-src-display-texture__manager.cpp')
-rw-r--r--games/windstille/files/patch-src-display-texture__manager.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/windstille/files/patch-src-display-texture__manager.cpp b/games/windstille/files/patch-src-display-texture__manager.cpp
new file mode 100644
index 000000000000..0f82c2074c91
--- /dev/null
+++ b/games/windstille/files/patch-src-display-texture__manager.cpp
@@ -0,0 +1,11 @@
+--- src/display/texture_manager.cpp.orig 2006-03-11 16:50:05.000000000 +0300
++++ src/display/texture_manager.cpp 2013-09-12 04:43:09.595227271 +0400
+@@ -13,7 +13,7 @@
+ #include "texture.hpp"
+ #include "physfs/physfs_sdl.hpp"
+
+-TextureManager::TextureManager* texture_manager = 0;
++TextureManager* texture_manager = 0;
+
+ TextureManager::TextureManager()
+ {