mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
clutter-box2d: fix isfinite.patch
The original patch lost ^M and was not appliable. (From OE-Core rev: 980f57f2d21818957165a73a0f1bc8cc19e10113) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1e261aee43
commit
51ff9bae5b
@@ -7,7 +7,7 @@ Upstream-Status: Pending
|
|||||||
Index: clutter-box2d-0.10.0/box2d/Source/Common/b2Math.h
|
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.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 @@
|
@@ -60,7 +60,7 @@
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
return _finite(x) != 0;
|
return _finite(x) != 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user