patches/freetype-01-options.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 259 2d2f33910c8e
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
259
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     1
diff -ur freetype-2.3.4-orig/include/freetype/config/ftoption.h freetype-2.3.4/include/freetype/config/ftoption.h
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     2
--- freetype-2.3.4-orig/include/freetype/config/ftoption.h	2007-01-05 23:18:45.000000000 +0700
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     3
+++ freetype-2.3.4/include/freetype/config/ftoption.h	2007-04-29 23:27:45.217383492 +0700
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     4
@@ -92,7 +92,7 @@
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     5
   /* This is done to allow FreeType clients to run unmodified, forcing     */
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     6
   /* them to display normal gray-level anti-aliased glyphs.                */
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     7
   /*                                                                       */
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     8
-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     9
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    10
 
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    11
 
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    12
   /*************************************************************************/
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    13
@@ -163,7 +163,7 @@
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    14
   /*   Do not #undef this macro here since the build system might define   */
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    15
   /*   it for certain configurations only.                                 */
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    16
   /*                                                                       */
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    17
-/* #define  FT_CONFIG_OPTION_SYSTEM_ZLIB */
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    18
+#define  FT_CONFIG_OPTION_SYSTEM_ZLIB
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    19
 
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    20
 
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    21
   /*************************************************************************/
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    22
@@ -294,7 +294,7 @@
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    23
   /* This allows FreeType to be used with the PostScript language, using   */
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    24
   /* the GhostScript interpreter.                                          */
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    25
   /*                                                                       */
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    26
-/* #define FT_CONFIG_OPTION_INCREMENTAL */
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    27
+#define FT_CONFIG_OPTION_INCREMENTAL
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    28
 
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    29
 
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    30
   /*************************************************************************/
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    31
@@ -456,7 +456,7 @@
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    32
   /*   Do not #undef this macro here, since the build system might         */
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    33
   /*   define it for certain configurations only.                          */
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    34
   /*                                                                       */
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    35
-/* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    36
+#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    37
 
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    38
 
2d2f33910c8e 2007-04-30 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    39
   /*************************************************************************/