shithub: freetype+ttf2subf

Download patch

ref: 020647915829dc03a694aed629bddabe42cb6ad0
parent: 713d68ee9f47cc8df56e47fa2f54b191bb8c3186
author: Werner Lemberg <[email protected]>
date: Thu Mar 1 16:34:57 EST 2018

* builds/unix/configure.raw: Need HarfBuzz 1.3.0 or newer.

Problem reported by Alan Coopersmith <[email protected]>.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-02-23  Werner Lemberg  <[email protected]>
+
+	* builds/unix/configure.raw: Need HarfBuzz 1.3.0 or newer.
+
+	Problem reported by Alan Coopersmith <[email protected]>.
+
 2018-02-17  Werner Lemberg  <[email protected]>
 
 	[sfnt] Prefer `CBDT'/`CBLC' over `glyf' table (#53154).
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -487,7 +487,7 @@
 
 have_harfbuzz=no
 if test x"$with_harfbuzz" = xyes -o x"$with_harfbuzz" = xauto; then
-  harfbuzz_pkg="harfbuzz >= 0.9.21"
+  harfbuzz_pkg="harfbuzz >= 1.3.0"
   have_harfbuzz_pkg=no
 
   if test x"$HARFBUZZ_CFLAGS" = x -a x"$HARFBUZZ_LIBS" = x; then