Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 72353 | Differences between
and this patch

Collapse All | Expand All

(-)grass-5.7.0/display/d.text.freetype/main.c (-2 / +7 lines)
Lines 30-36 Link Here
30
#include <iconv.h>
30
#include <iconv.h>
31
#endif
31
#endif
32
32
33
#include <freetype/freetype.h>
33
/* #include <freetype/freetype.h> */
34
/* fix for freetype2 */
35
#include <ft2build.h>
36
#include FT_FREETYPE_H
37
/* end of fix for freetype2 */
38
34
#include "gis.h"
39
#include "gis.h"
35
#include "display.h"
40
#include "display.h"
36
#include "raster.h"
41
#include "raster.h"
37
--- grass-5.7.0/configure	2005-01-07 15:00:50.763439392 +0100
42
--- grass-5.7.0/configure	2005-01-07 15:00:50.763439392 +0100
Lines 12878-12884 Link Here
12878
12878
12879
ac_save_cppflags="$CPPFLAGS"
12879
ac_save_cppflags="$CPPFLAGS"
12880
CPPFLAGS="$FTINC $CPPFLAGS"
12880
CPPFLAGS="$FTINC $CPPFLAGS"
12881
for ac_hdr in freetype/freetype.h
12881
for ac_hdr in ft2build.h
12882
do
12882
do
12883
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12883
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
12884
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
12884
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6

Return to bug 72353