diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-box2d/isfinite.patch')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-box2d/isfinite.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-box2d/isfinite.patch b/meta/recipes-graphics/clutter/clutter-box2d/isfinite.patch index fd2bf74923..94b1e32960 100644 --- a/meta/recipes-graphics/clutter/clutter-box2d/isfinite.patch +++ b/meta/recipes-graphics/clutter/clutter-box2d/isfinite.patch | |||
@@ -7,7 +7,7 @@ Upstream-Status: Pending | |||
7 | Index: clutter-box2d-0.10.0/box2d/Source/Common/b2Math.h | 7 | Index: clutter-box2d-0.10.0/box2d/Source/Common/b2Math.h |
8 | =================================================================== | 8 | =================================================================== |
9 | --- clutter-box2d-0.10.0.orig/box2d/Source/Common/b2Math.h 2008-12-16 06:42:10.000000000 -0800 | 9 | --- clutter-box2d-0.10.0.orig/box2d/Source/Common/b2Math.h 2008-12-16 06:42:10.000000000 -0800 |
10 | +++ clutter-box2d-0.10.0/box2d/Source/Common/b2Math.h 2011-07-17 02:10:29.833825198 -0700 | 10 | +++ clutter-box2d-0.10.0/box2d/Source/Common/b2Math.h 2011-07-20 16:41:02.046430743 -0700 |
11 | @@ -60,7 +60,7 @@ | 11 | @@ -60,7 +60,7 @@ |
12 | #ifdef _MSC_VER | 12 | #ifdef _MSC_VER |
13 | return _finite(x) != 0; | 13 | return _finite(x) != 0; |