The original patch lost ^M and was not appliable.

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Saul Wold <[email protected]>
---
 .../clutter/clutter-box2d/isfinite.patch           |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/meta/recipes-graphics/clutter/clutter-box2d/isfinite.patch 
b/meta/recipes-graphics/clutter/clutter-box2d/isfinite.patch
index fd2bf74..bcdbe24 100644
--- a/meta/recipes-graphics/clutter/clutter-box2d/isfinite.patch
+++ b/meta/recipes-graphics/clutter/clutter-box2d/isfinite.patch
@@ -7,13 +7,13 @@ Upstream-Status: Pending
 Index: clutter-box2d-0.10.0/box2d/Source/Common/b2Math.h
 ===================================================================
 --- clutter-box2d-0.10.0.orig/box2d/Source/Common/b2Math.h     2008-12-16 
06:42:10.000000000 -0800
-+++ clutter-box2d-0.10.0/box2d/Source/Common/b2Math.h  2011-07-17 
02:10:29.833825198 -0700
++++ clutter-box2d-0.10.0/box2d/Source/Common/b2Math.h  2011-07-20 
16:41:02.046430743 -0700
 @@ -60,7 +60,7 @@
- #ifdef _MSC_VER
-       return _finite(x) != 0;
- #else
--      return finite(x) != 0;
-+      return std::isfinite(x) != 0;
- #endif
- }
- 
+ #ifdef _MSC_VER
+       return _finite(x) != 0;
+ #else
+-      return finite(x) != 0;
++      return std::isfinite(x) != 0;
+ #endif
+ }
+ 
-- 
1.7.3.4


_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to