diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-06-18 01:31:16 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-06-18 01:31:16 +0000 |
commit | 7056ed8e0470ec5e3ab4badb2dc9d17f41fec776 (patch) | |
tree | 60d3fedc08a34acd870ec52783036200bbe93384 /games-arcade/cob/files | |
parent | stable amd64, bug 274403 (diff) | |
download | gentoo-2-7056ed8e0470ec5e3ab4badb2dc9d17f41fec776.tar.gz gentoo-2-7056ed8e0470ec5e3ab4badb2dc9d17f41fec776.tar.bz2 gentoo-2-7056ed8e0470ec5e3ab4badb2dc9d17f41fec776.zip |
Fix building with gcc-4.4, bug #273520
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'games-arcade/cob/files')
-rw-r--r-- | games-arcade/cob/files/cob-0.9-gcc44.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/games-arcade/cob/files/cob-0.9-gcc44.patch b/games-arcade/cob/files/cob-0.9-gcc44.patch new file mode 100644 index 000000000000..dd90b388e6d8 --- /dev/null +++ b/games-arcade/cob/files/cob-0.9-gcc44.patch @@ -0,0 +1,30 @@ +--- cob/game.cpp ++++ cob/game.cpp +@@ -15,6 +15,7 @@ + * * + ***************************************************************************/ + ++#include <cstdio> + #include "cob.hxx" + + // ************************************************************************************************************************** +--- cob/main.cpp ++++ cob/main.cpp +@@ -15,6 +15,7 @@ + * * + ***************************************************************************/ + ++#include <cstdio> + #include "cob.hxx" + + // ************************************************************************************************************************** +--- cob/map.cpp ++++ cob/map.cpp +@@ -15,6 +15,7 @@ + * * + ***************************************************************************/ + ++#include <cstdio> + #include "cob.hxx" + + // ************************************************************************************************************************** |