shithub: freetype+ttf2subf

Download patch

ref: b3de817acb3b22a17c3e6e10dea68031ad5e16bb
parent: 69046ac1b22465ae02121aed1880a650b33b7a25
author: David Turner <[email protected]>
date: Fri May 11 10:25:02 EDT 2001

* Jamfile: fixed incorrect HDRMACRO argument.

git/fs: mount .git/fs: mount/attach disallowed
--- a/Jamfile
+++ b/Jamfile
@@ -29,7 +29,7 @@
 # later used in #include statements.  It needs to be parsed in order to
 # record these definitions.
 #
-HDRMACRO  [ FT2_SubDir  include freetype config ft2build.h ] ;
+HDRMACRO  [ FT2_SubDir  include freetype config ftheader.h ] ;
 
 # Now include the Jamfile in "freetype2/src", used to drive the compilation
 # of each FreeType 2 component and/or module.