public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-arcade/moagg/files: moagg-0.18-gcc43.patch
@ 2008-05-10 10:57 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2008-05-10 10:57 UTC (permalink / raw
  To: gentoo-commits

vapier      08/05/10 10:57:09

  Added:                moagg-0.18-gcc43.patch
  Log:
  Add fix from Debian for building with gcc-4.3 #218833 by Peter Alfredsen.
  (Portage version: 2.2_pre5)

Revision  Changes    Path
1.1                  games-arcade/moagg/files/moagg-0.18-gcc43.patch

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

Index: moagg-0.18-gcc43.patch
===================================================================
http://bugs.gentoo.org/220193

--- libMoaggCore/src/LevelReader.cpp
+++ libMoaggCore/src/LevelReader.cpp
@@ -1,4 +1,5 @@
 #include <sstream>
+#include <cstring>
 
 #include "Exception.h"
 #include "Configuration.h"
--- libMoaggCore/src/System.cpp
+++ libMoaggCore/src/System.cpp
@@ -4,6 +4,7 @@
 #include <cerrno>
 #include <sstream>
 #include <list>
+#include <cstring>
 
 #include "Tools.h"
 #include "SyscallException.h"
--- libMoaggCore/src/Tools.cpp
+++ libMoaggCore/src/Tools.cpp
@@ -2,6 +2,7 @@
 #include <iostream>
 #include <sstream>
 #include <set>
+#include <cstdlib>
 
 #include "Exception.h"
 #include "Tools.h"
--- libMoaggGame/src/Tiles.cpp
+++ libMoaggGame/src/Tiles.cpp
@@ -2,6 +2,7 @@
 #include <cassert>
 #include <sstream>
 #include <iomanip>
+#include <memory>
 
 
 #include "Configuration.h"
--- testsuite/MyAssertionTraits.h
+++ testsuite/MyAssertionTraits.h
@@ -2,6 +2,7 @@
 #define MYASSERTIONTRAITS_H
 
 #include <cppunit/TestAssert.h>
+#include <cstring>
 
 CPPUNIT_NS_BEGIN
 
--- tools/convertmap.cpp
+++ tools/convertmap.cpp
@@ -3,6 +3,7 @@
 #include <memory>
 #include <list>
 #include <cassert>
+#include <cstdlib>
 
 #include "Matrix.h"
 #include "File.h"
--- tools/modifymap.cpp
+++ tools/modifymap.cpp
@@ -2,6 +2,7 @@
 #include <iostream>
 #include <memory>
 #include <list>
+#include <cstdlib>
 
 #include "Matrix.h"
 #include "File.h"



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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-10 10:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-10 10:57 [gentoo-commits] gentoo-x86 commit in games-arcade/moagg/files: moagg-0.18-gcc43.patch Mike Frysinger (vapier)

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