summaryrefslogtreecommitdiff
path: root/freetype-2.2.1-enable-valid.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 14:07:58 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 14:07:58 +0000
commit769cb150981af8fc3b6cf58c2979c10d4a44acac (patch)
tree041a526ae6c7d8d99a3f055bad4ff26291430e68 /freetype-2.2.1-enable-valid.patch
parent56de271d7c24f6d8835932f3e38cea2910633302 (diff)
automatic import of freetypeopeneuler24.03_LTS
Diffstat (limited to 'freetype-2.2.1-enable-valid.patch')
-rw-r--r--freetype-2.2.1-enable-valid.patch20
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.
+ #