diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:26:02 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:26:02 +0200 |
commit | 19d2918f62e7d89fb3f363072b94753ad9b32f03 (patch) | |
tree | d9514771bd0f0fcf319be8a2632f3ab31534e12d /games/brutalchess/brutalchess-0.5.2-gcc4.3.patch | |
parent | 997c3acf72361bbbb6758d39dd1a759a661c670c (diff) | |
download | slackbuilds-19d2918f62e7d89fb3f363072b94753ad9b32f03.tar.gz |
games/brutalchess: Updated for version 0.5.2
Diffstat (limited to 'games/brutalchess/brutalchess-0.5.2-gcc4.3.patch')
-rw-r--r-- | games/brutalchess/brutalchess-0.5.2-gcc4.3.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/brutalchess/brutalchess-0.5.2-gcc4.3.patch b/games/brutalchess/brutalchess-0.5.2-gcc4.3.patch new file mode 100644 index 0000000000..6c0962c9ee --- /dev/null +++ b/games/brutalchess/brutalchess-0.5.2-gcc4.3.patch @@ -0,0 +1,10 @@ +--- src/brutalplayer.cpp.orig 2008-07-19 09:05:57.000000000 +0200 ++++ src/brutalplayer.cpp 2008-07-19 09:06:08.000000000 +0200 +@@ -12,6 +12,7 @@ +
+ #include <vector>
+ #include <time.h>
++#include <climits>
+
+ using namespace std;
+
|