*** ./Makefile.in.ORIG Thu Oct 6 14:47:30 2011 --- ./Makefile.in Thu Oct 6 14:47:39 2011 *************** *** 269,275 **** top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ! SUBDIRS = pixman demos test pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = pixman-1.pc GPGKEY = 6FF7C1A8 --- 269,275 ---- top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ! SUBDIRS = pixman test pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = pixman-1.pc GPGKEY = 6FF7C1A8 *** ./pixman/pixman-utils.c.ORIG Thu Feb 23 17:10:43 2012 --- ./pixman/pixman-utils.c Thu Feb 23 17:11:08 2012 *************** *** 43,48 **** --- 43,56 ---- PIXMAN_DEFINE_THREAD_LOCAL (cache_t, fast_path_cache); + #if defined(_AIX51) && !defined(_AIX52) + #if (__64BIT__) + #define SIZE_MAX UINT64_MAX + #else + #define SIZE_MAX UINT32_MAX + #endif + #endif + pixman_bool_t _pixman_lookup_composite_function (pixman_implementation_t *toplevel, pixman_op_t op,