shithub: freetype+ttf2subf

Download patch

ref: 3b6e65f7bf674601b9419d02ce0aa633e2e882fb
parent: 181033d396acac847e1dbcb766a1df8e5dc9d711
author: Alexei Podtelezhnikov <[email protected]>
date: Thu Nov 8 18:36:37 EST 2018

* builds/unix/configure.raw: Require `windows.h' for windres.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2018-11-08  Alexei Podtelezhnikov  <[email protected]>
 
+	* builds/unix/configure.raw: Require `windows.h' for windres.
+
+2018-11-08  Alexei Podtelezhnikov  <[email protected]>
+
 	[ftstroke] Fix unpredictable failures (#54986).
 
 	* src/base/ftstroke.c (ft_sroke_border_lineto): Fix lineto check.
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -37,7 +37,7 @@
 PKG_PROG_PKG_CONFIG([0.24])
 
 LT_INIT(win32-dll)
-LT_PROG_RC
+AC_CHECK_HEADER([windows.h],[LT_PROG_RC])
 
 
 # checks for native programs to generate building tool