Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / external / cairo / pixman / pixman-0.24.4.patch
blob520f2ba572d4f5453dbdcd561e9b7c4436d989f2
1 --- misc/pixman-0.24.4/Makefile.in 2011-11-06 22:11:25.000000000 +0100
2 +++ misc/build/pixman-0.24.4/Makefile.in 2011-12-16 09:06:45.317211035 +0100
3 @@ -272,7 +272,7 @@
4 top_build_prefix = @top_build_prefix@
5 top_builddir = @top_builddir@
6 top_srcdir = @top_srcdir@
7 -SUBDIRS = pixman demos test
8 +SUBDIRS = pixman
9 pkgconfigdir = $(libdir)/pkgconfig
10 pkgconfig_DATA = pixman-1.pc
11 GPGKEY = 3892336E
12 --- misc/pixman-0.24.4/pixman/pixman-utils.c
13 +++ misc/build/pixman-0.24.4/pixman/pixman-utils.c
14 @@ -27,6 +27,7 @@
15 #endif
16 #include <stdio.h>
17 #include <stdlib.h>
18 +#include <limits.h>
20 #include "pixman-private.h"