summaryrefslogtreecommitdiff
path: root/Build/source/libs/harfbuzz
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/harfbuzz')
-rw-r--r--Build/source/libs/harfbuzz/harfbuzz-0.9.8-PATCHES/ChangeLog4
-rw-r--r--Build/source/libs/harfbuzz/harfbuzz-0.9.8-PATCHES/patch-04-MSV14
-rw-r--r--Build/source/libs/harfbuzz/harfbuzz-0.9.8/src/hb-private.hh2
3 files changed, 19 insertions, 1 deletions
diff --git a/Build/source/libs/harfbuzz/harfbuzz-0.9.8-PATCHES/ChangeLog b/Build/source/libs/harfbuzz/harfbuzz-0.9.8-PATCHES/ChangeLog
index 111481cc2f4..422c3774ea2 100644
--- a/Build/source/libs/harfbuzz/harfbuzz-0.9.8-PATCHES/ChangeLog
+++ b/Build/source/libs/harfbuzz/harfbuzz-0.9.8-PATCHES/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-06 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * patch-04-MSV (new): From Akira for MS Visual Studio 2005.
+
2012-12-05 Peter Breitenlohner <peb@mppmu.mpg.de>
Imported harfbuzz-0.9.8 source tree from:
diff --git a/Build/source/libs/harfbuzz/harfbuzz-0.9.8-PATCHES/patch-04-MSV b/Build/source/libs/harfbuzz/harfbuzz-0.9.8-PATCHES/patch-04-MSV
new file mode 100644
index 00000000000..8951bbc738e
--- /dev/null
+++ b/Build/source/libs/harfbuzz/harfbuzz-0.9.8-PATCHES/patch-04-MSV
@@ -0,0 +1,14 @@
+ Required for MS Visual Studio 2005.
+
+diff -ur harfbuzz-0.9.8.orig/src/hb-private.hh harfbuzz-0.9.8/src/hb-private.hh
+--- harfbuzz-0.9.8.orig/src/hb-private.hh 2012-12-05 11:03:12.000000000 +0100
++++ harfbuzz-0.9.8/src/hb-private.hh 2012-12-06 16:40:07.414531612 +0100
+@@ -63,7 +63,7 @@
+
+
+ /* Void! */
+-struct _void_t;
++struct _void_t {};
+ typedef const _void_t &void_t;
+ #define HB_VOID (* (const _void_t *) NULL)
+
diff --git a/Build/source/libs/harfbuzz/harfbuzz-0.9.8/src/hb-private.hh b/Build/source/libs/harfbuzz/harfbuzz-0.9.8/src/hb-private.hh
index 6e31e0e366d..fc555d5a0a6 100644
--- a/Build/source/libs/harfbuzz/harfbuzz-0.9.8/src/hb-private.hh
+++ b/Build/source/libs/harfbuzz/harfbuzz-0.9.8/src/hb-private.hh
@@ -63,7 +63,7 @@
/* Void! */
-struct _void_t;
+struct _void_t {};
typedef const _void_t &void_t;
#define HB_VOID (* (const _void_t *) NULL)