1 --- misc/pixman-0.24.4/Makefile.win32.common 2011-12-16 15:30:44.653987145 +0100
2 +++ misc/build/pixman-0.24.4/Makefile.win32.common 2011-12-16 15:30:37.288130250 +0100
12 +ifeq ($(top_builddir),)
13 +top_builddir = $(top_srcdir)
21 +ifeq ($(CFG_VAR),debug)
22 +CFG_CFLAGS = -MD -Od -Zi
29 +# Package definitions, to be used instead of those provided in config.h
30 +PKG_CFLAGS = -DPACKAGE=$(LIBRARY) -DPACKAGE_VERSION="" -DPACKAGE_BUGREPORT=""
32 +BASE_CFLAGS = -nologo -I. -I$(top_srcdir) -I$(top_srcdir)/pixman
34 +PIXMAN_CFLAGS = $(BASE_CFLAGS) $(PKG_CFLAGS) $(CFG_CFLAGS) $(CFLAGS)
35 +PIXMAN_LDFLAGS = -nologo $(CFG_LDFLAGS) $(LDFLAGS)
36 +PIXMAN_ARFLAGS = -nologo $(LDFLAGS)
40 +ifneq ($(CFG),release)
43 + @echo "Invalid specified configuration option: "$(CFG)"."
45 + @echo "Possible choices for configuration are 'release' and 'debug'"
48 + @echo "Using default RELEASE configuration... (use CFG=release or CFG=debug)"
53 +$(CFG_VAR)/%.obj: %.c $(BUILT_SOURCES)
54 + @mkdir -p $(CFG_VAR)
55 + @$(CC) -c $(PIXMAN_CFLAGS) -Fo"$@" $<
58 + @$(RM) $(CFG_VAR)/*.{exe,ilk,lib,obj,pdb} $(BUILT_SOURCES) || exit 0
59 --- misc/pixman-0.24.4/Makefile.in 2011-11-06 22:11:25.000000000 +0100
60 +++ misc/build/pixman-0.24.4/Makefile.in 2011-12-16 09:06:45.317211035 +0100
62 top_build_prefix = @top_build_prefix@
63 top_builddir = @top_builddir@
64 top_srcdir = @top_srcdir@
65 -SUBDIRS = pixman demos test
67 pkgconfigdir = $(libdir)/pkgconfig
68 pkgconfig_DATA = pixman-1.pc
70 --- misc/pixman-0.24.4/config.sub 2008-08-30 00:27:25.000000000 +0200
71 +++ misc/build/pixman-0.24.4/config.sub 2011-12-16 09:05:14.595773609 +0100
73 # Here we must recognize all the valid KERNEL-OS combinations.
74 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
76 - nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
77 + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
78 uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
79 storm-chaos* | os2-emx* | rtmk-nova*)
82 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
83 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
84 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
85 - | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
86 + | -udi* | -linux-androideabi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
87 | -chorusos* | -chorusrdb* \
88 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
89 | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
90 --- misc/pixman-0.24.4/configure 2011-11-06 22:11:27.000000000 +0100
91 +++ misc/build/pixman-0.24.4/configure 2011-12-16 09:06:16.482898083 +0100
92 @@ -20202,6 +20202,13 @@
96 +# getisax is falsely detected when using OOo build script on Linux/FBSD...
104 for ac_func in getisax
106 @@ -20304,6 +20311,8 @@
112 { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
113 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
114 if test "${ac_cv_c_bigendian+set}" = set; then
115 --- misc/pixman-0.24.4/pixman/pixman-utils.c
116 +++ misc/build/pixman-0.24.4/pixman/pixman-utils.c
123 #include "pixman-private.h"
125 --- misc/pixman-0.24.4/pixman/pixman-mmx.c 2011-11-06 13:47:42.000000000 -0700
126 +++ misc/build/pixman-0.24.4/pixman/pixman-mmx.c 2011-12-19 00:41:42.280402800 -0700
129 /* Elemental unaligned loads */
131 -static __inline__ __m64 ldq_u(uint64_t *p)
132 +static inline __m64 ldq_u(uint64_t *p)
135 /* x86's alignment restrictions are very relaxed. */
140 -static __inline__ uint32_t ldl_u(uint32_t *p)
141 +static inline uint32_t ldl_u(uint32_t *p)
144 /* x86's alignment restrictions are very relaxed. */