View | Details | Raw Unified
Collapse All | Expand All

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