From 7056ed8e0470ec5e3ab4badb2dc9d17f41fec776 Mon Sep 17 00:00:00 2001 From: Tristan Heaven Date: Thu, 18 Jun 2009 01:31:16 +0000 Subject: Fix building with gcc-4.4, bug #273520 (Portage version: 2.2_rc33/cvs/Linux i686) --- games-arcade/cob/files/cob-0.9-gcc44.patch | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 games-arcade/cob/files/cob-0.9-gcc44.patch (limited to 'games-arcade/cob/files') 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 + #include "cob.hxx" + + // ************************************************************************************************************************** +--- cob/main.cpp ++++ cob/main.cpp +@@ -15,6 +15,7 @@ + * * + ***************************************************************************/ + ++#include + #include "cob.hxx" + + // ************************************************************************************************************************** +--- cob/map.cpp ++++ cob/map.cpp +@@ -15,6 +15,7 @@ + * * + ***************************************************************************/ + ++#include + #include "cob.hxx" + + // ************************************************************************************************************************** -- cgit v1.2.3-65-gdbad