public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-arcade/burgerspace/files: burgerspace-1.8.2-gcc43.patch
@ 2009-09-14  2:12 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-09-14  2:12 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/09/14 02:12:36

  Modified:             burgerspace-1.8.2-gcc43.patch
  Log:
  fix bad edit to patch
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.3                  games-arcade/burgerspace/files/burgerspace-1.8.2-gcc43.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/burgerspace/files/burgerspace-1.8.2-gcc43.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/burgerspace/files/burgerspace-1.8.2-gcc43.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/burgerspace/files/burgerspace-1.8.2-gcc43.patch?r1=1.2&r2=1.3

Index: burgerspace-1.8.2-gcc43.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/burgerspace/files/burgerspace-1.8.2-gcc43.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- burgerspace-1.8.2-gcc43.patch	2 Mar 2009 06:58:46 -0000	1.2
+++ burgerspace-1.8.2-gcc43.patch	14 Sep 2009 02:12:36 -0000	1.3
@@ -8,6 +8,7 @@
 +#include <cassert>
  #include <fstream>
  #include <iomanip>
++#include <algorithm>
  
  #include <sys/types.h>
  #include <sys/stat.h>






^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-arcade/burgerspace/files: burgerspace-1.8.2-gcc43.patch
@ 2008-04-30 16:57 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 2+ messages in thread
From: Tristan Heaven (nyhm) @ 2008-04-30 16:57 UTC (permalink / raw
  To: gentoo-commits

nyhm        08/04/30 16:57:59

  Added:                burgerspace-1.8.2-gcc43.patch
  Log:
  Patch to fix building with gcc-4.3 from Martin Väth, bug #218939
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.1                  games-arcade/burgerspace/files/burgerspace-1.8.2-gcc43.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/burgerspace/files/burgerspace-1.8.2-gcc43.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/burgerspace/files/burgerspace-1.8.2-gcc43.patch?rev=1.1&content-type=text/plain

Index: burgerspace-1.8.2-gcc43.patch
===================================================================
--- src/BurgerSpaceEngine.cpp
+++ src/BurgerSpaceEngine.cpp
@@ -26,16 +26,17 @@
 
 #include <flatzebra/PixmapLoadError.h>
 
-#include <assert.h>
+#include <cassert>
 #include <fstream>
 #include <iomanip>
+#include <algorithm>
 
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
 #include <dirent.h>
 #include <time.h>
-#include <errno.h>
+#include <cerrno>
 
 
 /*  Tiles:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-14  2:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-14  2:12 [gentoo-commits] gentoo-x86 commit in games-arcade/burgerspace/files: burgerspace-1.8.2-gcc43.patch Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2008-04-30 16:57 Tristan Heaven (nyhm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox