patches/freetype-01-options.diff
author drdoug007
Sun, 29 Apr 2007 17:24:38 +0000
changeset 259 2d2f33910c8e
permissions -rw-r--r--
2007-04-30 Doug Scott <[email protected]> * SFEaterm.spec: Added afterstep terminal * base-specs/aterm.spec: Added afterstep terminal * base-specs/afterstep.spec: Added afterstep basespec * SFEafterstep.spec: Added afterstep (Needs work....) * patches/afterstep-01-lX11.diff: Add -lX11 * patches/afterstep-02-sharedlib.diff: Solaris shared libs * patches/afterstep-03-typo.diff: Missing quote * patches/afterstep-04-debug.diff: segv hack * SFEwine.spec: Added freetype requirement for nice TTF fonts * patches/wine-02-configure.diff: Fixed nodefs hack * SFEfreetype.spec: Added, some apps need a modern freetype * patches/freetype-01-options.diff: patch to add features

diff -ur freetype-2.3.4-orig/include/freetype/config/ftoption.h freetype-2.3.4/include/freetype/config/ftoption.h
--- freetype-2.3.4-orig/include/freetype/config/ftoption.h	2007-01-05 23:18:45.000000000 +0700
+++ freetype-2.3.4/include/freetype/config/ftoption.h	2007-04-29 23:27:45.217383492 +0700
@@ -92,7 +92,7 @@
   /* This is done to allow FreeType clients to run unmodified, forcing     */
   /* them to display normal gray-level anti-aliased glyphs.                */
   /*                                                                       */
-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
 
 
   /*************************************************************************/
@@ -163,7 +163,7 @@
   /*   Do not #undef this macro here since the build system might define   */
   /*   it for certain configurations only.                                 */
   /*                                                                       */
-/* #define  FT_CONFIG_OPTION_SYSTEM_ZLIB */
+#define  FT_CONFIG_OPTION_SYSTEM_ZLIB
 
 
   /*************************************************************************/
@@ -294,7 +294,7 @@
   /* This allows FreeType to be used with the PostScript language, using   */
   /* the GhostScript interpreter.                                          */
   /*                                                                       */
-/* #define FT_CONFIG_OPTION_INCREMENTAL */
+#define FT_CONFIG_OPTION_INCREMENTAL
 
 
   /*************************************************************************/
@@ -456,7 +456,7 @@
   /*   Do not #undef this macro here, since the build system might         */
   /*   define it for certain configurations only.                          */
   /*                                                                       */
-/* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */
+#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER
 
 
   /*************************************************************************/