shithub: freetype+ttf2subf

Download patch

ref: 633d8ed2c9d65a2f71c01ff813ee24ce58a8d0de
parent: 78b014031d626a57a087c5e60447705fa834b79d
author: Werner Lemberg <[email protected]>
date: Wed Aug 26 02:18:47 EDT 2015

* builds/unix/configure.raw: Need harfbuzz >= 0.9.21 (#45828).

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-08-26  Werner Lemberg  <[email protected]>
+
+	* builds/unix/configure.raw: Need harfbuzz >= 0.9.21 (#45828).
+
 2015-08-25  Werner Lemberg  <[email protected]>
 
 	[base] Improve kerning tracing and documentation.
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -460,7 +460,7 @@
 
 have_harfbuzz=no
 if test x"$with_harfbuzz" = xyes -o x"$with_harfbuzz" = xauto; then
-  harfbuzz_pkg="harfbuzz >= 0.9.19"
+  harfbuzz_pkg="harfbuzz >= 0.9.21"
   have_harfbuzz_pkg=no
 
   if test x"$HARFBUZZ_CFLAGS" = x -a x"$HARFBUZZ_LIBS" = x; then