shithub: freetype+ttf2subf

Download patch

ref: 60f52ce6d65113ac94456ba90508c3d2b0e86af6
parent: 319c00d7d6cb46b8abd4e64d5afcca619088fed9
author: Werner Lemberg <[email protected]>
date: Thu Apr 24 01:45:59 EDT 2003

* builds/unix/freetype-config.in (cflags): Emit FreeType 2's include
files first.  Otherwise there are conflicts with FreeType 1
installed simultaneously.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-04-24  Dieter Baron  <[email protected]>
+
+	* builds/unix/freetype-config.in (cflags): Emit FreeType 2's include
+	files first.  Otherwise there are conflicts with FreeType 1
+	installed simultaneously.
+
 2003-04-23  Werner Lemberg  <[email protected]>
 
 	Fixing bugs reported by Nelson Beebe.
--- a/builds/unix/freetype-config.in
+++ b/builds/unix/freetype-config.in
@@ -81,7 +81,7 @@
 if test "$echo_cflags" = "yes" ; then
  cflags="-I@includedir@/freetype2"
  if test "@includedir@" != "/usr/include" ; then
-  echo -I@includedir@ $cflags
+  echo $cflags -I@includedir@
  else
   echo $cflags
  fi