shithub: freetype+ttf2subf

Download patch

ref: b4725cb716af9a052e5fd51de1b6c49360ef0106
parent: 6a7df625df1d43770255a4efc5856ce9d2ff0566
author: suzuki toshiya <[email protected]>
date: Wed Jul 24 10:25:39 EDT 2013

[sfnt] Fix for `make multi' target.

* src/sfnt/pngshim.c (Load_SBit_Png): Use FT_LOCAL_DEF().

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-07-24  suzuki toshiya  <[email protected]>
+
+	[sfnt] Fix for `make multi' target.
+
+	* src/sfnt/pngshim.c (Load_SBit_Png): Use FT_LOCAL_DEF().
+
 2013-07-20  Werner Lemberg  <[email protected]>
 
 	* docs/INSTALL.GNU: Updated.
--- a/src/sfnt/pngshim.c
+++ b/src/sfnt/pngshim.c
@@ -174,7 +174,7 @@
   }
 
 
-  static FT_Error
+  FT_LOCAL_DEF( FT_Error )
   Load_SBit_Png( FT_GlyphSlot     slot,
                  FT_Int           x_offset,
                  FT_Int           y_offset,