]> git.pld-linux.org Git - packages/crossmingw32-cairo.git/blame - cairo-mingw32.patch
- disable debug packages
[packages/crossmingw32-cairo.git] / cairo-mingw32.patch
CommitLineData
a2982962
JB
1--- cairo-1.18.0/src/cairo-compiler-private.h.orig 2023-09-25 17:24:13.379273100 +0200
2+++ cairo-1.18.0/src/cairo-compiler-private.h 2023-09-25 17:24:48.662415288 +0200
3@@ -149,7 +149,7 @@
8eea0d41
JB
4 #define __attribute__(x)
5 #endif
6
7-#if (defined(__WIN32__) && !defined(__WINE__)) || defined(_MSC_VER)
8+#if (defined(__WIN32__) && !defined(__WINE__) && !defined(__MINGW32__)) || defined(_MSC_VER)
9 #define access _access
a2982962
JB
10 #ifndef R_OK
11 #define R_OK 4
This page took 0.445567 seconds and 4 git commands to generate.