summaryrefslogtreecommitdiff
path: root/games/glob2/TextStream_headers.patch
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2014-04-10 12:47:44 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-10 12:47:44 +0700
commit2863a225a93910adcca3651b4d9b39f932cd6e37 (patch)
tree32640fc2644ae7670c02043688f22e1087880983 /games/glob2/TextStream_headers.patch
parent2032348abad610cf7ef0b2521044a6732f2344e9 (diff)
downloadslackbuilds-2863a225a93910adcca3651b4d9b39f932cd6e37.tar.gz
games/glob2: Added (RTS game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/glob2/TextStream_headers.patch')
-rw-r--r--games/glob2/TextStream_headers.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/glob2/TextStream_headers.patch b/games/glob2/TextStream_headers.patch
new file mode 100644
index 0000000000..56a5707a2c
--- /dev/null
+++ b/games/glob2/TextStream_headers.patch
@@ -0,0 +1,15 @@
+--- glob2-0.9.4.4/libgag/src/TextStream.original.cpp 2014-04-06 22:37:28.204008827 +0300
++++ glob2-0.9.4.4/libgag/src/TextStream.cpp 2014-04-06 22:37:59.509617453 +0300
+@@ -17,11 +17,11 @@
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+-#include <TextStream.h>
+ #include <assert.h>
+ #include <fstream>
+ #include <iostream>
+ #include <stack>
++#include <TextStream.h>
+ #ifdef WIN32
+ #define snprintf _snprintf
+ #define vsnprintf _vsnprintf