pixman: unbreak arm/musl; patch from Alpine.

This commit is contained in:
Juan RP 2015-05-26 15:22:41 +02:00
parent 2a99ce7c89
commit a45f144414
2 changed files with 17 additions and 1 deletions

View File

@ -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"

View File

@ -1,7 +1,7 @@
# Template build file for 'pixman'.
pkgname=pixman
version=0.32.6
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-gtk" # do not require gtk+!
hostmakedepends="pkg-config perl"