diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-04-30 21:54:40 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-04-30 21:54:40 +0000 |
commit | 953dda9dcfae9213023019057782d73fb410da81 (patch) | |
tree | 196e8089b4d7c1b5b025a282c91d16d7e3f15565 /games-arcade/crack-attack/files | |
parent | Fix building with gcc-4.3 (diff) | |
download | gentoo-2-953dda9dcfae9213023019057782d73fb410da81.tar.gz gentoo-2-953dda9dcfae9213023019057782d73fb410da81.tar.bz2 gentoo-2-953dda9dcfae9213023019057782d73fb410da81.zip |
Fix building with gcc-4.3
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'games-arcade/crack-attack/files')
-rw-r--r-- | games-arcade/crack-attack/files/crack-attack-1.1.14-gcc43.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-arcade/crack-attack/files/crack-attack-1.1.14-gcc43.patch b/games-arcade/crack-attack/files/crack-attack-1.1.14-gcc43.patch new file mode 100644 index 000000000000..009d062f2eac --- /dev/null +++ b/games-arcade/crack-attack/files/crack-attack-1.1.14-gcc43.patch @@ -0,0 +1,10 @@ +--- src/Game.h ++++ src/Game.h +@@ -34,6 +34,7 @@ + #include <climits> + #include <cstdlib> + #include <cmath> ++#include <cstring> + + #ifdef __MINGW32__ + # include <windows.h> |