summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Kristian Bech Jensen <nkbj1970@hotmail.com>2013-04-11 05:47:53 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-04-11 05:47:53 (GMT)
commit3353851a881a9624fc92e25c78ed6a2a1423ca76 (patch)
tree0957f907613d251ea7eafa9f8bbaf8f20d542760
parent97d597efba3e4d05fc6a3b6b624b1a87a2c23047 (diff)
downloadmxe-3353851a881a9624fc92e25c78ed6a2a1423ca76.zip
mxe-3353851a881a9624fc92e25c78ed6a2a1423ca76.tar.gz
mxe-3353851a881a9624fc92e25c78ed6a2a1423ca76.tar.bz2
update package harfbuzz
-rw-r--r--index.html2
-rw-r--r--src/harfbuzz-2-memory-barrier.patch22
-rw-r--r--src/harfbuzz.mk2
3 files changed, 2 insertions, 24 deletions
diff --git a/index.html b/index.html
index 63fdf2f..d40fa4e 100644
--- a/index.html
+++ b/index.html
@@ -1318,7 +1318,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="harfbuzz-package">harfbuzz</td>
- <td id="harfbuzz-version">0.9.14</td>
+ <td id="harfbuzz-version">0.9.15</td>
<td id="harfbuzz-website"><a href="http://harfbuzz.sourceforge.net/">HarfBuzz</a></td>
</tr>
<tr>
diff --git a/src/harfbuzz-2-memory-barrier.patch b/src/harfbuzz-2-memory-barrier.patch
deleted file mode 100644
index 93f708a..0000000
--- a/src/harfbuzz-2-memory-barrier.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-This file is part of MXE.
-See index.html for further information.
-
-Beware! This patch must be removed when winnt.h is updated to a version that
-includes the MemoryBarrier() macro.
-
-diff -ur harfbuzz-0.9.14.orig/src/hb-atomic-private.hh harfbuzz-0.9.14/src/hb-atomic-private.hh
---- harfbuzz-0.9.14.orig/src/hb-atomic-private.hh 2013-03-19 12:04:53.000000000 +0100
-+++ harfbuzz-0.9.14/src/hb-atomic-private.hh 2013-03-27 05:32:38.407335037 +0100
-@@ -44,6 +44,12 @@
-
- #elif !defined(HB_NO_MT) && (defined(_WIN32) || defined(__CYGWIN__))
-
-+static inline void MemoryBarrier(void)
-+{
-+ long Barrier = 0;
-+ __asm__ __volatile__ ("xchgl %%eax,%0 " : "=r" (Barrier));
-+}
-+
- #define WIN32_LEAN_AND_MEAN
- #include <windows.h>
-
diff --git a/src/harfbuzz.mk b/src/harfbuzz.mk
index e129921..648e178 100644
--- a/src/harfbuzz.mk
+++ b/src/harfbuzz.mk
@@ -3,7 +3,7 @@
PKG := harfbuzz
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := e12eb5a494453909deb7ec57700fa667c02332da
+$(PKG)_CHECKSUM := 242d39b30d613dae45c4eb5fc85d96b955b26ebc
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://www.freedesktop.org/software/$(PKG)/release/$($(PKG)_FILE)