]> git.pld-linux.org Git - packages/graphene.git/blame - graphene-gcc.patch
- updated to 1.2.10
[packages/graphene.git] / graphene-gcc.patch
CommitLineData
c61b6a12
JB
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
c61b6a12
JB
52--- graphene-0.99.2/src/graphene-size.c.orig 2014-06-23 12:40:39.000000000 +0200
53+++ graphene-0.99.2/src/graphene-size.c 2014-07-27 08:11:34.260698434 +0200
54@@ -33,6 +33,7 @@
55 #include "config.h"
56
57 #include <math.h>
58+#include <stdlib.h>
59
60 #include "graphene-point.h"
61
This page took 0.118376 seconds and 4 git commands to generate.