shithub: freetype+ttf2subf

Download patch

ref: ca46bc0cf22eb72e9fdc6782337715d0ac2bbd9e
parent: 5b26e92a0f01fa21b618aceb763e013614fb7054
author: Werner Lemberg <wl@gnu.org>
date: Sat Feb 19 08:34:05 EST 2022

* builds/mac/ftmac.c, src/base/ftmac.c: s|FT_MAC_H|<freetype/ftmac.h>|.

git/fs: mount .git/fs: mount/attach disallowed
--- a/builds/mac/ftmac.c
+++ b/builds/mac/ftmac.c
@@ -97,7 +97,7 @@
 
 #define FT_DEPRECATED_ATTRIBUTE
 
-#include FT_MAC_H
+#include <freetype/ftmac.h>
 
   /* undefine blocking-macros in ftmac.h */
 #undef FT_GetFile_From_Mac_Name
--- a/src/base/ftmac.c
+++ b/src/base/ftmac.c
@@ -105,7 +105,7 @@
   /* Don't want warnings about our own use of deprecated functions. */
 #define FT_DEPRECATED_ATTRIBUTE
 
-#include FT_MAC_H
+#include <freetype/ftmac.h>
 
 #ifndef kATSOptionFlagsUnRestrictedScope /* since Mac OS X 10.1 */
 #define kATSOptionFlagsUnRestrictedScope kATSOptionFlagsDefault