packages: blobby2/blobby2.spec, blobby2/blobby2-gcc4.patch (NEW) - added gc...

gotar gotar at pld-linux.org
Fri Jun 26 11:29:18 CEST 2009


Author: gotar                        Date: Fri Jun 26 09:29:18 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added gcc4 patch

---- Files affected:
packages/blobby2:
   blobby2.spec (1.3 -> 1.4) , blobby2-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/blobby2/blobby2.spec
diff -u packages/blobby2/blobby2.spec:1.3 packages/blobby2/blobby2.spec:1.4
--- packages/blobby2/blobby2.spec:1.3	Sat Aug 25 12:18:56 2007
+++ packages/blobby2/blobby2.spec	Fri Jun 26 11:29:12 2009
@@ -13,6 +13,7 @@
 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
@@ -30,6 +31,7 @@
 
 %prep
 %setup -q -n %{name}-%{snap}
+%patch0 -p1
 
 %build
 %{__aclocal}
@@ -64,6 +66,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2009/06/26 09:29:12  gotar
+- added gcc4 patch
+
 Revision 1.3  2007/08/25 10:18:56  qboosh
 - BR: sed 4.0
 

================================================================
Index: packages/blobby2/blobby2-gcc4.patch
diff -u /dev/null packages/blobby2/blobby2-gcc4.patch:1.1
--- /dev/null	Fri Jun 26 11:29:18 2009
+++ packages/blobby2/blobby2-gcc4.patch	Fri Jun 26 11:29:12 2009
@@ -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()
+ {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/blobby2/blobby2.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list