From 383976e47c0149633e56f68b9025a362e8725b0e Mon Sep 17 00:00:00 2001 From: Tristan Heaven Date: Thu, 1 May 2008 15:27:36 +0000 Subject: Patch to fix building with gcc-4.3 from Martin Väth, bug #218944 Package-Manager: portage-2.1.5_rc6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- games-rpg/aklabeth/files/aklabeth-1.0-gcc43.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 games-rpg/aklabeth/files/aklabeth-1.0-gcc43.patch (limited to 'games-rpg/aklabeth/files') diff --git a/games-rpg/aklabeth/files/aklabeth-1.0-gcc43.patch b/games-rpg/aklabeth/files/aklabeth-1.0-gcc43.patch new file mode 100644 index 000000000000..b9a32dadd430 --- /dev/null +++ b/games-rpg/aklabeth/files/aklabeth-1.0-gcc43.patch @@ -0,0 +1,10 @@ +--- src/sdw.hxx ++++ src/sdw.hxx +@@ -19,6 +19,7 @@ + + #include + #include ++#include + + namespace SDLWrapper // It's all nicely in a namespace SDLWrapper + { -- cgit v1.2.3-65-gdbad