* builds/unix/freetype-config.in (cflags): Emit FreeType 2's include

files first.  Otherwise there are conflicts with FreeType 1
installed simultaneously.
This commit is contained in:
Werner Lemberg 2003-04-24 05:45:59 +00:00
parent 319c00d7d6
commit 60f52ce6d6
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2003-04-24 Dieter Baron <dillo@netbsd.org>
* 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 <wl@gnu.org>
Fixing bugs reported by Nelson Beebe.

View File

@ -81,7 +81,7 @@ fi
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