aboutsummaryrefslogtreecommitdiffstats
path: root/main/pixman/float-header-fix.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-05-04 08:11:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-05-04 08:13:08 +0000
commit7cde0706f4d64fe1c31b3ac055062bd5ecedbb18 (patch)
treefa6127143b7111524768d7638e58fc23cc1f7bc0 /main/pixman/float-header-fix.patch
parent57573ef53763b904974e359a3d4a6d4b32215ce8 (diff)
downloadaports-7cde0706f4d64fe1c31b3ac055062bd5ecedbb18.tar.bz2
aports-7cde0706f4d64fe1c31b3ac055062bd5ecedbb18.tar.xz
main/pixman: fix build on arm
For more details see: https://bugs.freedesktop.org/show_bug.cgi?id=55519
Diffstat (limited to 'main/pixman/float-header-fix.patch')
-rw-r--r--main/pixman/float-header-fix.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/main/pixman/float-header-fix.patch b/main/pixman/float-header-fix.patch
new file mode 100644
index 0000000000..5c151a14f6
--- /dev/null
+++ b/main/pixman/float-header-fix.patch
@@ -0,0 +1,16 @@
+--- ./pixman/pixman-private.h.orig
++++ ./pixman/pixman-private.h
+@@ -1,5 +1,3 @@
+-#include <float.h>
+-
+ #ifndef PIXMAN_PRIVATE_H
+ #define PIXMAN_PRIVATE_H
+
+@@ -30,6 +28,7 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <stddef.h>
++#include <float.h>
+
+ #include "pixman-compiler.h"
+