--- freetype/freetype-2.1.4.patch.orig Sun Dec 28 22:41:38 2003 +++ freetype/freetype-2.1.4.patch Sun Dec 28 23:11:41 2003 @@ -111,6 +116,24 @@ /*************************************************************************/ +*************** +*** 378,384 **** + /* do not #undef this macro here, since the build system might */ + /* define for certain configurations */ + /* */ +! /* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */ + + + /*************************************************************************/ +--- 378,384 ---- + /* do not #undef this macro here, since the build system might */ + /* define for certain configurations */ + /* */ +! #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER + + + /*************************************************************************/ +diff -crN misc/freetype-2.1.4/src/base/ftobjs.c misc/build/freetype-2.1.4/src/base/ftobjs.c *** misc/freetype-2.1.4/src/base/ftobjs.c Thu Mar 27 22:35:43 2003 --- misc/build/freetype-2.1.4/src/base/ftobjs.c Sun Apr 13 17:57:51 2003 ***************