--- a/acinclude.m4 +++ b/acinclude.m4 @@ -437,7 +437,7 @@ if test "$FT2_CONFIG" = "no" ; then no_ft=yes else - FT2_CFLAGS=`$FT2_CONFIG $ft_config_args --cflags` + FT2_CFLAGS="`$FT2_CONFIG $ft_config_args --cflags` `$FT2_CONFIG $ft_config_args --cflags | sed -e 's:freetype2:freetype2/freetype:'`" FT2_LIBS=`$FT2_CONFIG $ft_config_args --libs` ft_config_major_version=`$FT2_CONFIG $ft_config_args --version | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'` --- a/src/client/GLEXT/GLFont2dFreeType.h +++ b/src/client/GLEXT/GLFont2dFreeType.h @@ -23,10 +23,10 @@ #include #include -#include -#include -#include -#include +#include +#include +#include +#include #include class GLFont2dFreeType --- a/src/launcher/wxdialogs/TrueTypeFont.h +++ b/src/launcher/wxdialogs/TrueTypeFont.h @@ -25,10 +25,10 @@ #include #include #include -#include -#include -#include -#include +#include +#include +#include +#include class TrueTypeFont {