From 055bf46e9d7ae20457ecae7a81bc21f9f29da44f Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Fri, 24 Sep 2010 22:34:36 +0200 Subject: numptyphysics : moved unused files to obsolete dir Signed-off-by: Frans Meulenbroeks --- recipes/numptyphysics/numptyphysics/gcc43.diff | 50 ---------------------- .../numptyphysics/numptyphysics/gcc43.diff | 50 ++++++++++++++++++++++ 2 files changed, 50 insertions(+), 50 deletions(-) delete mode 100644 recipes/numptyphysics/numptyphysics/gcc43.diff create mode 100644 recipes/obsolete/numptyphysics/numptyphysics/gcc43.diff diff --git a/recipes/numptyphysics/numptyphysics/gcc43.diff b/recipes/numptyphysics/numptyphysics/gcc43.diff deleted file mode 100644 index 2658771555..0000000000 --- a/recipes/numptyphysics/numptyphysics/gcc43.diff +++ /dev/null @@ -1,50 +0,0 @@ ---- /tmp/Common.h 2008-08-08 15:47:57.000000000 +0200 -+++ trunk/Common.h 2008-08-08 15:48:08.403198000 +0200 -@@ -14,6 +14,7 @@ - * - */ - -+#include - #ifndef COMMON_H - #define COMMON_H - ---- /tmp/b2Body.h 2008-08-08 15:51:13.000000000 +0200 -+++ trunk/Box2D/Source/Dynamics/b2Body.h 2008-08-08 15:52:26.583198000 +0200 -@@ -24,6 +24,7 @@ - #include "../Collision/b2Shape.h" - - #include -+#include - - class b2Joint; - class b2Contact; ---- /tmp/b2BroadPhase.cpp 2008-08-08 15:53:43.000000000 +0200 -+++ trunk/Box2D/Source/Collision/b2BroadPhase.cpp 2008-08-08 15:54:04.913198000 +0200 -@@ -18,6 +18,7 @@ - - #include "b2BroadPhase.h" - #include -+#include - - // Notes: - // - we use bound arrays instead of linked lists for cache coherence. ---- /tmp/b2PolyContact.cpp 2008-08-08 15:55:01.000000000 +0200 -+++ trunk/Box2D/Source/Dynamics/Contacts/b2PolyContact.cpp 2008-08-08 15:56:15.553198000 +0200 -@@ -21,6 +21,7 @@ - - #include - #include -+#include - - b2Contact* b2PolyContact::Create(b2Shape* shape1, b2Shape* shape2, b2BlockAllocator* allocator) - { ---- /tmp/b2BlockAllocator.cpp 2008-08-08 15:57:02.000000000 +0200 -+++ trunk/Box2D/Source/Common/b2BlockAllocator.cpp 2008-08-08 15:57:35.833198000 +0200 -@@ -20,6 +20,7 @@ - #include - #include - #include -+#include - - int32 b2BlockAllocator::s_blockSizes[b2_blockSizes] = - { diff --git a/recipes/obsolete/numptyphysics/numptyphysics/gcc43.diff b/recipes/obsolete/numptyphysics/numptyphysics/gcc43.diff new file mode 100644 index 0000000000..2658771555 --- /dev/null +++ b/recipes/obsolete/numptyphysics/numptyphysics/gcc43.diff @@ -0,0 +1,50 @@ +--- /tmp/Common.h 2008-08-08 15:47:57.000000000 +0200 ++++ trunk/Common.h 2008-08-08 15:48:08.403198000 +0200 +@@ -14,6 +14,7 @@ + * + */ + ++#include + #ifndef COMMON_H + #define COMMON_H + +--- /tmp/b2Body.h 2008-08-08 15:51:13.000000000 +0200 ++++ trunk/Box2D/Source/Dynamics/b2Body.h 2008-08-08 15:52:26.583198000 +0200 +@@ -24,6 +24,7 @@ + #include "../Collision/b2Shape.h" + + #include ++#include + + class b2Joint; + class b2Contact; +--- /tmp/b2BroadPhase.cpp 2008-08-08 15:53:43.000000000 +0200 ++++ trunk/Box2D/Source/Collision/b2BroadPhase.cpp 2008-08-08 15:54:04.913198000 +0200 +@@ -18,6 +18,7 @@ + + #include "b2BroadPhase.h" + #include ++#include + + // Notes: + // - we use bound arrays instead of linked lists for cache coherence. +--- /tmp/b2PolyContact.cpp 2008-08-08 15:55:01.000000000 +0200 ++++ trunk/Box2D/Source/Dynamics/Contacts/b2PolyContact.cpp 2008-08-08 15:56:15.553198000 +0200 +@@ -21,6 +21,7 @@ + + #include + #include ++#include + + b2Contact* b2PolyContact::Create(b2Shape* shape1, b2Shape* shape2, b2BlockAllocator* allocator) + { +--- /tmp/b2BlockAllocator.cpp 2008-08-08 15:57:02.000000000 +0200 ++++ trunk/Box2D/Source/Common/b2BlockAllocator.cpp 2008-08-08 15:57:35.833198000 +0200 +@@ -20,6 +20,7 @@ + #include + #include + #include ++#include + + int32 b2BlockAllocator::s_blockSizes[b2_blockSizes] = + { -- cgit v1.2.3