SOURCES: flyer-box2d-include-string.patch (NEW), flyer-limits.patch (NEW) -...

uzsolt uzsolt at pld-linux.org
Wed Oct 1 21:36:03 CEST 2008


Author: uzsolt                       Date: Wed Oct  1 19:36:03 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- initial

---- Files affected:
SOURCES:
   flyer-box2d-include-string.patch (NONE -> 1.1)  (NEW), flyer-limits.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/flyer-box2d-include-string.patch
diff -u /dev/null SOURCES/flyer-box2d-include-string.patch:1.1
--- /dev/null	Wed Oct  1 21:36:03 2008
+++ SOURCES/flyer-box2d-include-string.patch	Wed Oct  1 21:35:57 2008
@@ -0,0 +1,50 @@
+--- flyer-0.1/Box2D/Collision/b2BroadPhase.cpp~	2008-10-01 09:25:40.000000000 +0200
++++ flyer-0.1/Box2D/Collision/b2BroadPhase.cpp	2008-10-01 20:40:48.000000000 +0200
+@@ -18,6 +18,7 @@
+ 
+ #include "b2BroadPhase.h"
+ #include <algorithm>
++#include <string.h>
+ 
+ // Notes:
+ // - we use bound arrays instead of linked lists for cache coherence.
+--- flyer-0.1/Box2D/Common/b2BlockAllocator.cpp~	2008-10-01 09:25:37.000000000 +0200
++++ flyer-0.1/Box2D/Common/b2BlockAllocator.cpp	2008-10-01 20:44:42.000000000 +0200
+@@ -20,6 +20,7 @@
+ #include <cstdlib>
+ #include <memory>
+ #include <climits>
++#include <string.h>
+ 
+ int32 b2BlockAllocator::s_blockSizes[b2_blockSizes] = 
+ {
+--- flyer-0.1/Box2D/Dynamics/Contacts/b2CircleContact.cpp~	2008-10-01 09:25:34.000000000 +0200
++++ flyer-0.1/Box2D/Dynamics/Contacts/b2CircleContact.cpp	2008-10-01 20:48:31.000000000 +0200
+@@ -22,6 +22,7 @@
+ #include "../../Common/b2BlockAllocator.h"
+ 
+ #include <new>
++#include <string.h>
+ 
+ b2Contact* b2CircleContact::Create(b2Shape* shape1, b2Shape* shape2, b2BlockAllocator* allocator)
+ {
+--- flyer-0.1/Box2D/Dynamics/Contacts/b2PolyAndCircleContact.cpp~	2008-10-01 09:25:34.000000000 +0200
++++ flyer-0.1/Box2D/Dynamics/Contacts/b2PolyAndCircleContact.cpp	2008-10-01 20:50:15.000000000 +0200
+@@ -22,6 +22,7 @@
+ #include "../../Common/b2BlockAllocator.h"
+ 
+ #include <new>
++#include <string.h>
+ 
+ b2Contact* b2PolyAndCircleContact::Create(b2Shape* shape1, b2Shape* shape2, b2BlockAllocator* allocator)
+ {
+--- flyer-0.1/Box2D/Dynamics/Contacts/b2PolyContact.cpp~	2008-10-01 09:25:34.000000000 +0200
++++ flyer-0.1/Box2D/Dynamics/Contacts/b2PolyContact.cpp	2008-10-01 20:51:46.000000000 +0200
+@@ -23,6 +23,7 @@
+ 
+ #include <memory>
+ #include <new>
++#include <string.h>
+ 
+ b2Contact* b2PolygonContact::Create(b2Shape* shape1, b2Shape* shape2, b2BlockAllocator* allocator)
+ {

================================================================
Index: SOURCES/flyer-limits.patch
diff -u /dev/null SOURCES/flyer-limits.patch:1.1
--- /dev/null	Wed Oct  1 21:36:04 2008
+++ SOURCES/flyer-limits.patch	Wed Oct  1 21:35:57 2008
@@ -0,0 +1,10 @@
+--- flyer-0.1/QPropertyEditor/Property.cpp~	2008-10-01 09:25:24.000000000 +0200
++++ flyer-0.1/QPropertyEditor/Property.cpp	2008-10-01 20:56:51.000000000 +0200
+@@ -25,6 +25,7 @@
+ 
+ #include <QtCore/QMetaProperty>
+ #include <QtGui/QSpinBox>
++#include <limits.h>
+ 
+ Property::Property(const QString& name /*= QString()*/, QObject* propertyObject /*= 0*/, QObject* parent /*= 0*/) : QObject(parent), 
+ m_propertyObject(propertyObject)
================================================================


More information about the pld-cvs-commit mailing list