shithub: freetype+ttf2subf

Download patch

ref: 8c8af31f5f7aaa7d258a97b6ec5ecf72b97d4484
parent: d3c8e064a5587e924f83913e5eae38586b50840c
author: David Turner <[email protected]>
date: Mon Dec 4 18:28:14 EST 2000

fixed Unix installation

git/fs: mount .git/fs: mount/attach disallowed
--- a/builds/unix/ftconfig.in
+++ b/builds/unix/ftconfig.in
@@ -37,13 +37,7 @@
 #ifndef __FTCONFIG_H__
 #define __FTCONFIG_H__
 
-#ifndef    FT_BUILD_H
-#  define  FT_BUILD_H  <freetype/config/ftbuild.h>
-#endif
-
-
-  /* Include the header file containing all developer build options */
-#include FT_BUILD_H
+#include <ft2build.h>
 #include FT_CONFIG_OPTIONS_H