]> git.pld-linux.org Git - packages/crossmingw32-cairo.git/blobdiff - cairo-mingw32.patch
- disable debug packages
[packages/crossmingw32-cairo.git] / cairo-mingw32.patch
index 9043b3e73dd7fb0453c66c0aa0536db58f5131a8..7a2a34e64697d9f50e879a7a3d64a871c7d200b4 100644 (file)
@@ -1,11 +1,11 @@
---- 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 <string.h>
- #include <sys/types.h>
--#ifdef _WIN32
-+#if defined(_WIN32) && !defined(__MINGW32__)
- #define WIN32_LEAN_AND_MEAN
- #include <windows.h>
+--- cairo-1.18.0/src/cairo-compiler-private.h.orig     2023-09-25 17:24:13.379273100 +0200
++++ cairo-1.18.0/src/cairo-compiler-private.h  2023-09-25 17:24:48.662415288 +0200
+@@ -149,7 +149,7 @@
+ #define __attribute__(x)
+ #endif
  
+-#if (defined(__WIN32__) && !defined(__WINE__)) || defined(_MSC_VER)
++#if (defined(__WIN32__) && !defined(__WINE__) && !defined(__MINGW32__)) || defined(_MSC_VER)
+ #define access _access
+ #ifndef R_OK
+ #define R_OK 4
This page took 0.203913 seconds and 4 git commands to generate.