summaryrefslogtreecommitdiff
path: root/games/einstein/patches
diff options
context:
space:
mode:
authorErik Hanson <erik@slackbuilds.org>2010-05-13 00:26:14 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-13 00:26:14 +0200
commit84c4caa9995e102901a90c3738d5db8d675b0cec (patch)
treeca0bddab0a151c45635d6c8472ad1dc4f84fddd4 /games/einstein/patches
parent8e3ec6859c84c4327fa99983fcc0e7f42398de7b (diff)
downloadslackbuilds-84c4caa9995e102901a90c3738d5db8d675b0cec.tar.gz
games/einstein: Updated for version 2.0
Diffstat (limited to 'games/einstein/patches')
-rw-r--r--games/einstein/patches/08_gcc43.diff12
-rw-r--r--games/einstein/patches/10_gcc43.diff10
2 files changed, 22 insertions, 0 deletions
diff --git a/games/einstein/patches/08_gcc43.diff b/games/einstein/patches/08_gcc43.diff
new file mode 100644
index 0000000000..c0c7a80fc7
--- /dev/null
+++ b/games/einstein/patches/08_gcc43.diff
@@ -0,0 +1,12 @@
+Patch by Martin Michlmayr <tbm@cyrius.com> via bug 421127.
+
+--- ../orig/einstein-2.0.dfsg.2/convert.h 2005-08-14 04:40:58.000000000 +0200
++++ convert.h 2007-08-31 11:33:06.000000000 +0200
+@@ -5,6 +5,7 @@
+ #include <iostream>
+ #include <sstream>
+ #include <string>
++#include <typeinfo>
+
+ #include "exceptions.h"
+ #include "unicode.h"
diff --git a/games/einstein/patches/10_gcc43.diff b/games/einstein/patches/10_gcc43.diff
new file mode 100644
index 0000000000..f378500531
--- /dev/null
+++ b/games/einstein/patches/10_gcc43.diff
@@ -0,0 +1,10 @@
+diff -ruN -x '*.png' -x '*.jpg' -x '*.ogg' -x '*_image_archive' ../orig/einstein-2.0.dfsg.2/unicode.cpp ./unicode.cpp
+--- ../orig/einstein-2.0.dfsg.2/unicode.cpp 2005-08-14 04:40:58.000000000 +0200
++++ ./unicode.cpp 2008-01-26 11:49:10.000000000 +0100
+@@ -1,5 +1,6 @@
+ #include <wchar.h>
+ #include <stdlib.h>
++#include <string.h>
+ #ifdef WIN32
+ #include <windows.h>
+ #endif