]> git.pld-linux.org Git - packages/blobby2.git/commitdiff
- added gcc4 patch master auto/th/blobby2-0_61-1
authorTomasz Pala <gotar@pld-linux.org>
Fri, 26 Jun 2009 09:29:12 +0000 (09:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    blobby2-gcc4.patch -> 1.1
    blobby2.spec -> 1.4

blobby2-gcc4.patch [new file with mode: 0644]
blobby2.spec

diff --git a/blobby2-gcc4.patch b/blobby2-gcc4.patch
new file mode 100644 (file)
index 0000000..c71288d
--- /dev/null
@@ -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 <sstream>
++#include <algorithm>
+ #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 <physfs.h>
+ #include <sstream>
++#include <algorithm>
+ State::State()
+ {
index ae1fbca848528c74128cc612e04bf2822fc48a34..210680cd556ea58f3eb3dfe26aa1d2f68158d137 100644 (file)
@@ -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}
This page took 0.149831 seconds and 4 git commands to generate.