--- cairo-1.12.0/util/cairo-missing/cairo-missing.h.orig 2012-02-02 01:48:15.000000000 +0100 +++ cairo-1.12.0/util/cairo-missing/cairo-missing.h 2012-03-25 12:56:29.970335651 +0200 @@ -37,7 +37,7 @@ #include #include -#ifdef _WIN32 +#if defined(_WIN32) && !defined(__MINGW32__) #define WIN32_LEAN_AND_MEAN #include --- cairo-1.14.0/build/aclocal.float.m4.orig 2014-10-14 03:46:33.000000000 +0200 +++ cairo-1.14.0/build/aclocal.float.m4 2014-10-15 18:52:32.272398963 +0200 @@ -31,10 +31,10 @@ ]])], [ -if strings - conftest | grep noonsees >/dev/null ; then +if strings - conftest$ac_exeext | grep noonsees >/dev/null ; then ax_cv_c_float_words_bigendian=yes fi -if strings - conftest | grep seesnoon >/dev/null ; then +if strings - conftest$ac_exeext | grep seesnoon >/dev/null ; then if test "$ax_cv_c_float_words_bigendian" = unknown; then ax_cv_c_float_words_bigendian=no else