* 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:
parent
319c00d7d6
commit
60f52ce6d6
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user