]> git.pld-linux.org Git - packages/crossmingw32-cairo.git/blob - cairo-mingw32.patch
- disable debug packages
[packages/crossmingw32-cairo.git] / cairo-mingw32.patch
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 @@
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
10  #ifndef R_OK
11  #define R_OK 4
This page took 0.070281 seconds and 3 git commands to generate.