Initial commit
[gentoo-soor-overlay.git] / media-libs / freetype / files / freetype-2.3.2-enable-valid.patch
blob44f3bf6e1c9487a321430f62f0455a8353690511
1 Enables gxvalid and otvalid modules for use with ftvalid.
3 --- freetype-2.2.1/modules.cfg.orig 2006-07-07 21:01:09.000000000 -0400
4 +++ freetype-2.2.1/modules.cfg 2006-07-07 21:01:54.000000000 -0400
5 @@ -110,7 +110,7 @@
6 AUX_MODULES += cache
8 # TrueType GX/AAT table validation. Needs ftgxval.c below.
9 -# AUX_MODULES += gxvalid
10 +AUX_MODULES += gxvalid
12 # Support for streams compressed with gzip (files with suffix .gz).
14 @@ -124,7 +124,7 @@
16 # OpenType table validation. Needs ftotval.c below.
18 -# AUX_MODULES += otvalid
19 +AUX_MODULES += otvalid
21 # Auxiliary PostScript driver component to share common code.