shithub: freetype+ttf2subf

Download patch

ref: 3704aa4525cddf6132e3dab55b6653958e2c239a
parent: 60f52ce6d65113ac94456ba90508c3d2b0e86af6
author: Werner Lemberg <[email protected]>
date: Thu Apr 24 02:07:20 EDT 2003

* builds/unix/unix-cc.in (CFLAGS): Add @CPPFLAGS@.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-24  Werner Lemberg  <[email protected]>
+
+	* builds/unix/unix-cc.in (CFLAGS): Add @CPPFLAGS@.
+
 2003-04-24  Dieter Baron  <[email protected]>
 
 	* builds/unix/freetype-config.in (cflags): Emit FreeType 2's include
--- a/builds/unix/unix-cc.in
+++ b/builds/unix/unix-cc.in
@@ -58,7 +58,7 @@
 #   Use the ANSIFLAGS variable to define the compiler flags used to enfore
 #   ANSI compliance.
 #
-CFLAGS := -c @XX_CFLAGS@ @CFLAGS@
+CFLAGS := -c @XX_CFLAGS@ @CPPFLAGS@ @CFLAGS@
 
 # ANSIFLAGS: Put there the flags used to make your compiler ANSI-compliant.
 #