From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- games-arcade/yarsrevenge/files/0.99-math.patch | 6 ++++++ games-arcade/yarsrevenge/files/yarsrevenge-0.99-gcc43.patch | 10 ++++++++++ games-arcade/yarsrevenge/files/yarsrevenge-0.99-gcc44.patch | 10 ++++++++++ 3 files changed, 26 insertions(+) create mode 100644 games-arcade/yarsrevenge/files/0.99-math.patch create mode 100644 games-arcade/yarsrevenge/files/yarsrevenge-0.99-gcc43.patch create mode 100644 games-arcade/yarsrevenge/files/yarsrevenge-0.99-gcc44.patch (limited to 'games-arcade/yarsrevenge/files') diff --git a/games-arcade/yarsrevenge/files/0.99-math.patch b/games-arcade/yarsrevenge/files/0.99-math.patch new file mode 100644 index 000000000000..5e1136972325 --- /dev/null +++ b/games-arcade/yarsrevenge/files/0.99-math.patch @@ -0,0 +1,6 @@ +--- a/yar/graphics.cpp.orig 2004-06-02 14:14:38.174071320 -0400 ++++ b/yar/graphics.cpp 2004-06-02 14:14:50.352219960 -0400 +@@ -18,2 +18,3 @@ + #include "yar.hxx" ++#include + diff --git a/games-arcade/yarsrevenge/files/yarsrevenge-0.99-gcc43.patch b/games-arcade/yarsrevenge/files/yarsrevenge-0.99-gcc43.patch new file mode 100644 index 000000000000..511fad0091e1 --- /dev/null +++ b/games-arcade/yarsrevenge/files/yarsrevenge-0.99-gcc43.patch @@ -0,0 +1,10 @@ +--- a/yar/sgw.hxx ++++ b/yar/sgw.hxx +@@ -24,6 +24,7 @@ + + #include + #include ++#include + + #define DEFAULT_SCX (1024) // Default Screen Size and Depth + #define DEFAULT_SCY (768) diff --git a/games-arcade/yarsrevenge/files/yarsrevenge-0.99-gcc44.patch b/games-arcade/yarsrevenge/files/yarsrevenge-0.99-gcc44.patch new file mode 100644 index 000000000000..29a52125c904 --- /dev/null +++ b/games-arcade/yarsrevenge/files/yarsrevenge-0.99-gcc44.patch @@ -0,0 +1,10 @@ +--- a/yar/game.cpp ++++ b/yar/game.cpp +@@ -15,6 +15,7 @@ + * * + ***************************************************************************/ + ++#include + #include "yar.hxx" + + -- cgit v1.2.3