diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:08:38 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:08:38 +0000 |
commit | 8ffb8f6c2d13a6bbb908c7ba78b5274f202df83f (patch) | |
tree | 041a526ae6c7d8d99a3f055bad4ff26291430e68 /freetype-2.2.1-enable-valid.patch | |
parent | d32744a832764dd9195b775b8430bf545c610168 (diff) |
automatic import of freetypeopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'freetype-2.2.1-enable-valid.patch')
-rw-r--r-- | freetype-2.2.1-enable-valid.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/freetype-2.2.1-enable-valid.patch b/freetype-2.2.1-enable-valid.patch new file mode 100644 index 0000000..e1615aa --- /dev/null +++ b/freetype-2.2.1-enable-valid.patch @@ -0,0 +1,20 @@ +--- freetype-2.2.1/modules.cfg.orig 2006-07-07 21:01:09.000000000 -0400 ++++ freetype-2.2.1/modules.cfg 2006-07-07 21:01:54.000000000 -0400 +@@ -110,7 +110,7 @@ + + # TrueType GX/AAT table validation. Needs `ftgxval.c' below. + # +-# AUX_MODULES += gxvalid ++AUX_MODULES += gxvalid + + # Support for streams compressed with gzip (files with suffix .gz). + # +@@ -124,7 +124,7 @@ + + # OpenType table validation. Needs `ftotval.c' below. + # +-# AUX_MODULES += otvalid ++AUX_MODULES += otvalid + + # Auxiliary PostScript driver component to share common code. + # |