From c95d6ce51a5a0d1ebb27753036eec28b03270520 Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Fri, 26 Jun 2009 09:29:12 +0000 Subject: [PATCH] - added gcc4 patch Changed files: blobby2-gcc4.patch -> 1.1 blobby2.spec -> 1.4 --- blobby2-gcc4.patch | 21 +++++++++++++++++++++ blobby2.spec | 2 ++ 2 files changed, 23 insertions(+) create mode 100644 blobby2-gcc4.patch diff --git a/blobby2-gcc4.patch b/blobby2-gcc4.patch new file mode 100644 index 0000000..c71288d --- /dev/null +++ b/blobby2-gcc4.patch @@ -0,0 +1,21 @@ +--- blobby-alpha-6-unpatched/src/NetworkState.cpp 2008-11-09 17:17:28.000000000 +0100 ++++ blobby-alpha-6/src/NetworkState.cpp 2008-11-09 17:17:53.000000000 +0100 +@@ -18,6 +18,7 @@ + =============================================================================*/ + + #include ++#include + + #include "NetworkState.h" + #include "NetworkMessage.h" +diff -ru blobby-alpha-6-unpatched/src/State.cpp blobby-alpha-6/src/State.cpp +--- blobby-alpha-6-unpatched/src/State.cpp 2008-11-09 17:17:28.000000000 +0100 ++++ blobby-alpha-6/src/State.cpp 2008-11-09 17:18:08.000000000 +0100 +@@ -30,6 +30,7 @@ + + #include + #include ++#include + + State::State() + { diff --git a/blobby2.spec b/blobby2.spec index ae1fbca..210680c 100644 --- a/blobby2.spec +++ b/blobby2.spec @@ -12,6 +12,7 @@ License: GPL v2 Group: X11/Applications/Games Source0: %{name}-%{snap}.tar.bz2 # Source0-md5: fffe00422e14879fe73db491ae782649 +Patch0: %{name}-gcc4.patch URL: http://blobby.redio.de/content/en/ BuildRequires: OpenGL-devel BuildRequires: SDL-devel @@ -29,6 +30,7 @@ Gra Blobby Volley 2. %prep %setup -q -n %{name}-%{snap} +%patch0 -p1 %build %{__aclocal} -- 2.44.0