]> git.pld-linux.org Git - packages/graphene.git/blob - graphene-gcc.patch
- new
[packages/graphene.git] / graphene-gcc.patch
1 --- graphene-0.99.2/src/graphene-point3d.c.orig 2014-06-23 12:40:39.000000000 +0200
2 +++ graphene-0.99.2/src/graphene-point3d.c      2014-07-27 08:09:01.524038179 +0200
3 @@ -37,6 +37,7 @@
4  #include "config.h"
5  
6  #include <math.h>
7 +#include <stdlib.h>
8  
9  #include "graphene-point3d.h"
10  #include "graphene-vec3.h"
11 --- graphene-0.99.2/src/graphene-point.c.orig   2014-06-23 12:40:39.000000000 +0200
12 +++ graphene-0.99.2/src/graphene-point.c        2014-07-27 08:08:36.847372544 +0200
13 @@ -36,6 +36,7 @@
14  #include "config.h"
15  
16  #include <math.h>
17 +#include <stdlib.h>
18  
19  #include "graphene-point.h"
20  #include "graphene-simd4f.h"
21 --- graphene-0.99.2/src/graphene-quad.c.orig    2014-06-23 12:40:39.000000000 +0200
22 +++ graphene-0.99.2/src/graphene-quad.c 2014-07-27 08:09:21.187370685 +0200
23 @@ -35,6 +35,8 @@
24  #include "graphene-rect.h"
25  #include "graphene-line-segment.h"
26  
27 +#include <stdlib.h>
28 +
29  /**
30   * graphene_quad_alloc: (constructor)
31   *
32 --- graphene-0.99.2/src/graphene-quaternion.c.orig      2014-06-23 12:40:39.000000000 +0200
33 +++ graphene-0.99.2/src/graphene-quaternion.c   2014-07-27 08:09:35.794036737 +0200
34 @@ -35,6 +35,7 @@
35  #include "config.h"
36  
37  #include <math.h>
38 +#include <stdlib.h>
39  
40  #include "graphene-quaternion.h"
41  
42 --- graphene-0.99.2/src/graphene-rect.c.orig    2014-06-23 12:40:39.000000000 +0200
43 +++ graphene-0.99.2/src/graphene-rect.c 2014-07-27 08:09:54.334035960 +0200
44 @@ -37,6 +37,7 @@
45  #include "config.h"
46  
47  #include <math.h>
48 +#include <stdlib.h>
49  
50  #include "graphene-rect.h"
51  
52 --- graphene-0.99.2/src/graphene-simd4f.h.orig  2014-06-23 12:40:39.000000000 +0200
53 +++ graphene-0.99.2/src/graphene-simd4f.h       2014-07-27 08:10:55.077366743 +0200
54 @@ -586,7 +586,7 @@ typedef union {
55                            __ua.f[3] < __ub.f[3] ? __ua.f[3] : __ub.f[3]); \
56    }))
57  
58 -# define graphene_simd4f_max (a,b) \
59 +# define graphene_simd4f_max(a,b) \
60    (G_GNUC_EXTENSION ({ \
61      graphene_simd4f_union_t __ua = { (a) }; \
62      graphene_simd4f_union_t __ub = { (b) }; \
63 --- graphene-0.99.2/src/graphene-size.c.orig    2014-06-23 12:40:39.000000000 +0200
64 +++ graphene-0.99.2/src/graphene-size.c 2014-07-27 08:11:34.260698434 +0200
65 @@ -33,6 +33,7 @@
66  #include "config.h"
67  
68  #include <math.h>
69 +#include <stdlib.h>
70  
71  #include "graphene-point.h"
72  
This page took 0.063856 seconds and 3 git commands to generate.