summaryrefslogtreecommitdiff
path: root/Build/source/libs/harfbuzz/harfbuzz-0.9.29-PATCHES
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/harfbuzz/harfbuzz-0.9.29-PATCHES')
-rw-r--r--Build/source/libs/harfbuzz/harfbuzz-0.9.29-PATCHES/ChangeLog4
-rw-r--r--Build/source/libs/harfbuzz/harfbuzz-0.9.29-PATCHES/patch-01-cygwin12
2 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/libs/harfbuzz/harfbuzz-0.9.29-PATCHES/ChangeLog b/Build/source/libs/harfbuzz/harfbuzz-0.9.29-PATCHES/ChangeLog
index e3d88bf79f2..ae6fb04efdd 100644
--- a/Build/source/libs/harfbuzz/harfbuzz-0.9.29-PATCHES/ChangeLog
+++ b/Build/source/libs/harfbuzz/harfbuzz-0.9.29-PATCHES/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-23 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * patch-01-cygwin (new): Avoid 'not supported' warnings.
+
2014-06-16 Peter Breitenlohner <peb@mppmu.mpg.de>
Imported harfbuzz-0.9.29 source tree from:
diff --git a/Build/source/libs/harfbuzz/harfbuzz-0.9.29-PATCHES/patch-01-cygwin b/Build/source/libs/harfbuzz/harfbuzz-0.9.29-PATCHES/patch-01-cygwin
new file mode 100644
index 00000000000..bd6a81f4c32
--- /dev/null
+++ b/Build/source/libs/harfbuzz/harfbuzz-0.9.29-PATCHES/patch-01-cygwin
@@ -0,0 +1,12 @@
+diff -ur harfbuzz-0.9.29.orig/src/hb-private.hh harfbuzz-0.9.29/src/hb-private.hh
+--- harfbuzz-0.9.29.orig/src/hb-private.hh 2014-05-08 23:54:36.000000000 +0200
++++ harfbuzz-0.9.29/src/hb-private.hh 2014-06-23 19:09:17.000000000 +0200
+@@ -179,7 +179,7 @@
+ #endif
+
+ #ifndef HB_INTERNAL
+-# ifndef __MINGW32__
++# if !defined(__MINGW32__) && !defined(__CYGWIN__)
+ # define HB_INTERNAL __attribute__((__visibility__("hidden")))
+ # else
+ # define HB_INTERNAL