shithub: freetype+ttf2subf

Download patch

ref: 732da8a4b7d3e28da5d89eeeafb7dbbe965f0870
parent: 9443a1bc3e6cfa315db976ff80f6c5e91b12b387
author: Nikhil Ramakrishnan <[email protected]>
date: Sun Jun 30 00:15:55 EDT 2019

* builds/unix/configure.raw: Change argument name to `brotli'.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2019-08-27  Nikhil Ramakrishnan  <[email protected]>
 
+	* builds/unix/configure.raw: Change argument name to `brotli'.
+
+2019-08-27  Nikhil Ramakrishnan  <[email protected]>
+
 	Add Brotli dependency and required checks.
 
 	Brotli is required for decompressing WOFF2 font directory streams.
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -545,7 +545,7 @@
 
 # check for system libbrotlidec
 
-AC_ARG_WITH([libbrotlidec],
+AC_ARG_WITH([brotli],
   [AS_HELP_STRING([--with-brotli=@<:@yes|no|auto@:>@],
                   [Support decompression of WOFF2 streams @<:@default=auto@:>@])],
   [], [with_brotli=auto])