freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Devel] order of -I in freetype-config


From: Dieter Baron
Subject: [Devel] order of -I in freetype-config
Date: Fri, 21 Mar 2003 23:40:29 +0100
User-agent: Mutt/1.4i

hi,

freetype-config --cflags lists address@hidden@ before
address@hidden@/freetype2.  If freetype 1 is also installed, its header
files are used, causing compile errors.

  The following patch fixes this.

                                                yours,
                                                dillo

--- builds/unix/freetype-config.in.orig Sat Feb  2 16:05:38 2002
+++ builds/unix/freetype-config.in
@@ -81,7 +81,7 @@ fi
 if test "$echo_cflags" = "yes" ; then
  cflags="address@hidden@/freetype2"
  if test "@includedir@" != "/usr/include" ; then
-  echo address@hidden@ $cflags
+  echo $cflags address@hidden@
  else
   echo $cflags
  fi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]