From a7e5a335f26aad2d2c299f4d3c547d655328ad34 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 28 Jun 2009 00:40:05 +0200 Subject: [PATCH] * devel/ftoption.h [FT_CONFIG_OPTION_INCREMENTAL]: Define. --- ChangeLog | 4 ++++ devel/ftoption.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 25edd276f..084fc69e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-06-28 Werner Lemberg + + * devel/ftoption.h [FT_CONFIG_OPTION_INCREMENTAL]: Define. + 2009-06-27 suzuki toshiya Add tools to preprocess the source files for AtariST PureC. diff --git a/devel/ftoption.h b/devel/ftoption.h index 202101178..d4fee5953 100644 --- a/devel/ftoption.h +++ b/devel/ftoption.h @@ -315,7 +315,7 @@ FT_BEGIN_HEADER /* This allows FreeType to be used with the PostScript language, using */ /* the GhostScript interpreter. */ /* */ -/* #define FT_CONFIG_OPTION_INCREMENTAL */ +#define FT_CONFIG_OPTION_INCREMENTAL /*************************************************************************/