From 25bd5603fedc477f4a1d06ba39b4c8d55262ef35 Mon Sep 17 00:00:00 2001 From: Tristan Heaven Date: Fri, 2 May 2008 18:50:07 +0000 Subject: Fix building with gcc-4.3 (Portage version: 2.1.5_rc6) --- games-board/grhino/files/grhino-0.16.0-gcc43.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 games-board/grhino/files/grhino-0.16.0-gcc43.patch (limited to 'games-board/grhino/files') diff --git a/games-board/grhino/files/grhino-0.16.0-gcc43.patch b/games-board/grhino/files/grhino-0.16.0-gcc43.patch new file mode 100644 index 000000000000..e0477a20337b --- /dev/null +++ b/games-board/grhino/files/grhino-0.16.0-gcc43.patch @@ -0,0 +1,30 @@ +--- book.cc ++++ book.cc +@@ -28,6 +28,7 @@ + #include + #include + #include ++#include + + #ifdef _ + #undef _ +--- game.cc ++++ game.cc +@@ -37,6 +37,7 @@ + #include + #include + #include ++#include + + #ifdef _ + # undef _ +--- log_proc.h ++++ log_proc.h +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + + #include "board.h" + #include "order.h" -- cgit v1.2.3-65-gdbad