]> git.pld-linux.org Git - packages/crossmingw32-harfbuzz.git/commitdiff
- updated to 0.9.27 auto/th/crossmingw32-harfbuzz-0.9.27-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 21 Mar 2014 21:22:00 +0000 (22:22 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 21 Mar 2014 21:22:00 +0000 (22:22 +0100)
- enhanced mingw32 patch (MemoryBarrier requires at least _WIN32_WINNT_VISTA)

crossmingw32-harfbuzz.spec
harfbuzz-mingw32.patch

index 8f7f7d7ed6b03a04074416e8b75a21c13dfc4a66..ec4ef1dd231b11a4ada0696d6570227ece9f85c8 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       HarfBuzz - internationalized text shaping library - MinGW32 cross version
 Summary(pl.UTF-8):     Rasteryzer fontów TrueType - wersja skrośna dla MinGW32
 Name:          crossmingw32-harfbuzz
-Version:       0.9.26
+Version:       0.9.27
 Release:       1
 License:       MIT
 Group:         Development/Libraries
 Source0:       http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%{version}.tar.bz2
-# Source0-md5: a2b6cbd437f22dd5dc93d377696c9204
+# Source0-md5: 60e122288c0ea4d66505d4704e376a1c
 Patch0:                harfbuzz-mingw32.patch
 URL:           http://www.freedesktop.org/wiki/HarfBuzz
 BuildRequires: autoconf >= 2.64
index 243c1d6a519adc19ddc5f0cd033ff296f06225d3..4c0bd7b459ac1c217a425dbd59213cfa5a42828c 100644 (file)
@@ -1,5 +1,16 @@
 --- harfbuzz-0.9.15/src/hb-private.hh.orig     2013-03-19 12:04:53.000000000 +0100
 +++ harfbuzz-0.9.15/src/hb-private.hh  2013-04-07 13:28:22.647401427 +0200
+@@ -33,6 +33,10 @@
+ #include "config.h"
+ #endif
++#ifndef _WIN32_WINNT
++#define _WIN32_WINNT 0x0600
++#endif
++
+ #include "hb.h"
+ #define HB_H_IN
+ #ifdef HAVE_OT
 @@ -184,7 +184,7 @@
  #endif
  
This page took 0.479683 seconds and 4 git commands to generate.