archrelease: copy trunk to extra-x86_64
[arch-packages.git] / freetype2 / trunk / 0001-Enable-table-validation-modules.patch
blob5adeb2124f0cc59779550ab6ac6686c991ce0f7d
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
3 Date: Tue, 23 Jun 2015 08:40:29 +0200
4 Subject: [PATCH] Enable table validation modules
6 ---
7 modules.cfg | 4 ++--
8 1 file changed, 2 insertions(+), 2 deletions(-)
10 diff --git a/modules.cfg b/modules.cfg
11 index 30f7fac45abd..a9a4703989b9 100644
12 --- a/modules.cfg
13 +++ b/modules.cfg
14 @@ -114,26 +114,26 @@ AUX_MODULES += cache
16 # TrueType GX/AAT table validation. Needs `ftgxval.c' below.
18 -# AUX_MODULES += gxvalid
19 +AUX_MODULES += gxvalid
21 # Support for streams compressed with gzip (files with suffix .gz).
23 # See include/freetype/ftgzip.h for the API.
24 AUX_MODULES += gzip
26 # Support for streams compressed with LZW (files with suffix .Z).
28 # See include/freetype/ftlzw.h for the API.
29 AUX_MODULES += lzw
31 # Support for streams compressed with bzip2 (files with suffix .bz2).
33 # See include/freetype/ftbzip2.h for the API.
34 AUX_MODULES += bzip2
36 # OpenType table validation. Needs `ftotval.c' below.
38 -# AUX_MODULES += otvalid
39 +AUX_MODULES += otvalid
41 # Auxiliary PostScript driver component to share common code.