diff options
author | 2008-04-30 22:26:04 +0000 | |
---|---|---|
committer | 2008-04-30 22:26:04 +0000 | |
commit | a5f2d85a4e247b0973b707131405b0654ad07cb5 (patch) | |
tree | 3e5eb398efee588e98057f13263b592ebb96fabd /games-board/blokish/files | |
parent | stable ppc64, bug 219644 (diff) | |
download | historical-a5f2d85a4e247b0973b707131405b0654ad07cb5.tar.gz historical-a5f2d85a4e247b0973b707131405b0654ad07cb5.tar.bz2 historical-a5f2d85a4e247b0973b707131405b0654ad07cb5.zip |
Fix building with gcc-4.3
Package-Manager: portage-2.1.5_rc6
Diffstat (limited to 'games-board/blokish/files')
-rw-r--r-- | games-board/blokish/files/blokish-0.9.4-gcc43.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games-board/blokish/files/blokish-0.9.4-gcc43.patch b/games-board/blokish/files/blokish-0.9.4-gcc43.patch new file mode 100644 index 000000000000..3e48bce774d6 --- /dev/null +++ b/games-board/blokish/files/blokish-0.9.4-gcc43.patch @@ -0,0 +1,12 @@ +--- src/base.h ++++ src/base.h +@@ -25,6 +25,9 @@ + #include <vector> + #include <fstream> + #include <iostream> ++#include <algorithm> ++#include <cstdlib> ++#include <climits> + + enum BlokishID + { |