diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:26:14 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:26:14 +0200 |
commit | 84c4caa9995e102901a90c3738d5db8d675b0cec (patch) | |
tree | ca0bddab0a151c45635d6c8472ad1dc4f84fddd4 /games/einstein/patches/10_gcc43.diff | |
parent | 8e3ec6859c84c4327fa99983fcc0e7f42398de7b (diff) | |
download | slackbuilds-84c4caa9995e102901a90c3738d5db8d675b0cec.tar.gz |
games/einstein: Updated for version 2.0
Diffstat (limited to 'games/einstein/patches/10_gcc43.diff')
-rw-r--r-- | games/einstein/patches/10_gcc43.diff | 10 |
1 files changed, 10 insertions, 0 deletions
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 |