pixman: add patch to fix build issue with musl
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 17 Jan 2016 14:40:00 +0000 (15:40 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 27 Jan 2016 22:49:19 +0000 (23:49 +0100)
commit802123c6248a7a4712b564897cfc5eb94173e7c6
treeae9052da8c123db272c8c18761c891c9278f3954
parentd20a907fb00254b5b660272790a00d73bbcdbfee
pixman: add patch to fix build issue with musl

pixman fails to build with musl because <float.h> is included in
assembler files, which doesn't work with the <float.h> provided by
musl. This commit fixes that by patching pixman (patch submitted
upstream).

Reported-by: Eial Czerwacki <eial@scalemp.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/pixman/0002-pixman-private-include-float.h-only-in-C-code.patch [new file with mode: 0644]