]> git.pld-linux.org Git - packages/crossmingw32-cairo.git/blob - cairo-mingw32.patch
- updated to 1.14.0
[packages/crossmingw32-cairo.git] / cairo-mingw32.patch
1 --- cairo-1.12.0/util/cairo-missing/cairo-missing.h.orig        2012-02-02 01:48:15.000000000 +0100
2 +++ cairo-1.12.0/util/cairo-missing/cairo-missing.h     2012-03-25 12:56:29.970335651 +0200
3 @@ -37,7 +37,7 @@
4  #include <string.h>
5  #include <sys/types.h>
6  
7 -#ifdef _WIN32
8 +#if defined(_WIN32) && !defined(__MINGW32__)
9  #define WIN32_LEAN_AND_MEAN
10  #include <windows.h>
11  
12 --- cairo-1.14.0/build/aclocal.float.m4.orig    2014-10-14 03:46:33.000000000 +0200
13 +++ cairo-1.14.0/build/aclocal.float.m4 2014-10-15 18:52:32.272398963 +0200
14 @@ -31,10 +31,10 @@
15  
16  ]])], [
17  
18 -if strings - conftest | grep noonsees >/dev/null ; then
19 +if strings - conftest$ac_exeext | grep noonsees >/dev/null ; then
20    ax_cv_c_float_words_bigendian=yes
21  fi
22 -if strings - conftest | grep seesnoon >/dev/null ; then
23 +if strings - conftest$ac_exeext | grep seesnoon >/dev/null ; then
24    if test "$ax_cv_c_float_words_bigendian" = unknown; then
25      ax_cv_c_float_words_bigendian=no
26    else
This page took 0.074278 seconds and 4 git commands to generate.