diff options
Diffstat (limited to 'cairo/pixman-0.12.0.patch')
-rw-r--r-- | cairo/pixman-0.12.0.patch | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/cairo/pixman-0.12.0.patch b/cairo/pixman-0.12.0.patch deleted file mode 100644 index 8694a8778ec1..000000000000 --- a/cairo/pixman-0.12.0.patch +++ /dev/null @@ -1,47 +0,0 @@ ---- misc/build/pixman-0.12.0/config.sub -+++ misc/build/pixman-0.12.0/config.sub -@@ -1272,7 +1272,7 @@ - | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ - | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ - | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ -- | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ -+ | -udi* | -androideabi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -chorusos* | -chorusrdb* \ - | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ ---- misc/build/pixman-0.12.0/configure.orig 2008-09-17 20:14:40.000000000 +0300 -+++ misc/build/pixman-0.12.0/configure 2008-11-08 21:17:00.000000000 +0200 -@@ -19740,6 +19740,13 @@ - - - -+# getisax is falsely detected when using OOo build script on Linux/FBSD... -+case "$build_os" in -+ linux-gnu*) -+ ;; -+ freebsd*) -+ ;; -+ *) - - for ac_func in getisax - do -@@ -19834,6 +19841,8 @@ - fi - done - -+ ;; -+esac - { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 - echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } - if test "${ac_cv_c_bigendian+set}" = set; then ---- misc/pixman-0.12.0/Makefile.in 2008-09-17 19:14:38.000000000 +0200 -+++ misc/build/pixman-0.12.0/Makefile.in 2010-09-28 14:27:47.000000000 +0200 -@@ -203,7 +203,7 @@ - target_alias = @target_alias@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --SUBDIRS = pixman test -+SUBDIRS = pixman - pkgconfigdir = $(libdir)/pkgconfig - pkgconfig_DATA = pixman-1.pc - GPGKEY = 6FF7C1A8 |