]> git.pld-linux.org Git - packages/crossmingw32-cairo.git/commitdiff
- one more mingw32 specific change; release 2 auto/th/crossmingw32-cairo-1.14.12-2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Sep 2018 19:45:25 +0000 (21:45 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Sep 2018 19:45:25 +0000 (21:45 +0200)
cairo-mingw32.patch
crossmingw32-cairo.spec

index d7cab869bbd860a72592e1024199fe7e99b4c07f..f38cd090e12d4f0ba0a69ec16addf0a6c60077f1 100644 (file)
  #include <cairo-win32.h>
  
  static const cairo_user_data_key_t win32_closure_key;
+--- cairo-1.14.12/src/cairo-compiler-private.h.orig    2017-12-04 23:24:46.000000000 +0100
++++ cairo-1.14.12/src/cairo-compiler-private.h 2018-09-27 21:39:54.869047194 +0200
+@@ -195,7 +195,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
+ #define fdopen _fdopen
+ #define hypot _hypot
index 8d7dc8cae79f6ebd08dfe820b7299e9b7b05a37e..0728e836b1cd2336a9441f59187c65f8991001c3 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl.UTF-8):      Cairo - wieloplatformowa biblioteka graficzna 2D - skrośna w
 %define                realname   cairo
 Name:          crossmingw32-%{realname}
 Version:       1.14.12
-Release:       1
+Release:       2
 License:       LGPL v2.1 or MPL v1.1
 Group:         Development/Libraries
 Source0:       https://www.cairographics.org/releases/%{realname}-%{version}.tar.xz
This page took 1.127354 seconds and 4 git commands to generate.