r8739 - packages/trunk/numptyphysics/debian/patches
Steffen Möller
moeller at alioth.debian.org
Fri Feb 6 09:56:23 UTC 2009
Author: moeller
Date: 2009-02-06 09:56:22 +0000 (Fri, 06 Feb 2009)
New Revision: 8739
Added:
packages/trunk/numptyphysics/debian/patches/gcc43.patch
Modified:
packages/trunk/numptyphysics/debian/patches/series
Log:
* fixed compilation issue with latest gcc (upstream should see this)
Added: packages/trunk/numptyphysics/debian/patches/gcc43.patch
===================================================================
--- packages/trunk/numptyphysics/debian/patches/gcc43.patch (rev 0)
+++ packages/trunk/numptyphysics/debian/patches/gcc43.patch 2009-02-06 09:56:22 UTC (rev 8739)
@@ -0,0 +1,10 @@
+--- numptyphysics-0.2+svn20090205.2112.orig/Common.h
++++ numptyphysics-0.2+svn20090205.2112/Common.h
+@@ -17,6 +17,7 @@
+ #ifndef COMMON_H
+ #define COMMON_H
+
++#include <cstdlib>
+ #include "Box2D.h"
+ #define ARRAY_SIZE(aRR) (sizeof(aRR)/sizeof((aRR)[0]))
+ #define ASSERT(a)
Modified: packages/trunk/numptyphysics/debian/patches/series
===================================================================
--- packages/trunk/numptyphysics/debian/patches/series 2009-02-05 22:55:37 UTC (rev 8738)
+++ packages/trunk/numptyphysics/debian/patches/series 2009-02-06 09:56:22 UTC (rev 8739)
@@ -1 +1,2 @@
automake.patch
+gcc43.patch
More information about the Pkg-games-commits
mailing list