You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

freetype-2.2.1-enable-valid.patch 565B

1234567891011121314151617181920
  1. --- freetype-2.2.1/modules.cfg.orig 2006-07-07 21:01:09.000000000 -0400
  2. +++ freetype-2.2.1/modules.cfg 2006-07-07 21:01:54.000000000 -0400
  3. @@ -110,7 +110,7 @@
  4. AUX_MODULES += cache
  5. # TrueType GX/AAT table validation. Needs ftgxval.c below.
  6. -# AUX_MODULES += gxvalid
  7. +AUX_MODULES += gxvalid
  8. # Support for streams compressed with gzip (files with suffix .gz).
  9. #
  10. @@ -124,7 +124,7 @@
  11. # OpenType table validation. Needs ftotval.c below.
  12. #
  13. -# AUX_MODULES += otvalid
  14. +AUX_MODULES += otvalid
  15. # Auxiliary PostScript driver component to share common code.
  16. #