shithub: freetype+ttf2subf

Download patch

ref: fcdb7840823e40cc11b29395f651abf2f2e5b367
parent: 64b395cca690381c8bbc1b03852b669c995b9a3f
author: Werner Lemberg <[email protected]>
date: Thu Dec 5 10:53:27 EST 2013

* builds/freetype.mk (FT_CC): Removed.  Unused.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-05  Werner Lemberg  <[email protected]>
+
+	* builds/freetype.mk (FT_CC): Removed.  Unused.
+
 2013-12-04  Werner Lemberg  <[email protected]>
 
 	[sfnt] Fix handling of embedded bitmap strikes.
--- a/builds/freetype.mk
+++ b/builds/freetype.mk
@@ -147,6 +147,8 @@
   FTOPTION_FLAG := $DFT_CONFIG_OPTIONS_H="<ftoption.h>"
 endif
 
+# Note that a build with the `configure' script uses $(CFLAGS) only.
+#
 FT_CFLAGS  = $(CPPFLAGS) \
              $(INCLUDE_FLAGS) \
              $(CFLAGS) \
@@ -153,7 +155,6 @@
              $DFT2_BUILD_LIBRARY \
              $DFT_CONFIG_MODULES_H="<ftmodule.h>" \
              $(FTOPTION_FLAG)
-FT_CC      = $(CC) $(FT_CFLAGS)
 FT_COMPILE = $(CC) $(ANSIFLAGS) $(FT_CFLAGS)