diff --git a/srcpkgs/pixman/patches/float-header-fix.patch b/srcpkgs/pixman/patches/float-header-fix.patch new file mode 100644 index 00000000000..7f0b59b2af7 --- /dev/null +++ b/srcpkgs/pixman/patches/float-header-fix.patch @@ -0,0 +1,16 @@ +--- pixman/pixman-private.h.orig ++++ pixman/pixman-private.h +@@ -1,5 +1,3 @@ +-#include +- + #ifndef PIXMAN_PRIVATE_H + #define PIXMAN_PRIVATE_H + +@@ -30,6 +28,7 @@ + #include + #include + #include ++#include + + #include "pixman-compiler.h" + diff --git a/srcpkgs/pixman/template b/srcpkgs/pixman/template index 139314520f7..0bb6f439df8 100644 --- a/srcpkgs/pixman/template +++ b/srcpkgs/pixman/template @@ -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"