summarylogtreecommitdiffstats
path: root/0001-Enable-table-validation-modules.patch
diff options
context:
space:
mode:
authorSolomon Choina2019-05-28 11:40:00 -0400
committerSolomon Choina2019-05-28 11:40:00 -0400
commit5e316a59a7a07ce4d5e3aa5b67916dc82c0dd468 (patch)
tree1651c2c76307bc78d2c1a6f2b88d2bf2b72ba39d /0001-Enable-table-validation-modules.patch
parentc64038e88420fba821be02d60aa0771a4a3b375b (diff)
downloadaur-5e316a59a7a07ce4d5e3aa5b67916dc82c0dd468.tar.gz
merging the ultimate and the normal
Diffstat (limited to '0001-Enable-table-validation-modules.patch')
-rw-r--r--0001-Enable-table-validation-modules.patch46
1 files changed, 46 insertions, 0 deletions
diff --git a/0001-Enable-table-validation-modules.patch b/0001-Enable-table-validation-modules.patch
new file mode 100644
index 000000000000..2c38e8f5b665
--- /dev/null
+++ b/0001-Enable-table-validation-modules.patch
@@ -0,0 +1,46 @@
+From b609203df7333beea20dbfd604262a9486f01497 Mon Sep 17 00:00:00 2001
+Message-Id: <b609203df7333beea20dbfd604262a9486f01497.1552648361.git.jan.steffens@gmail.com>
+From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
+Date: Tue, 23 Jun 2015 08:40:29 +0200
+Subject: [PATCH 1/4] Enable table validation modules
+
+---
+ modules.cfg | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/modules.cfg b/modules.cfg
+index dc6c8d42d..2ab145016 100644
+--- a/modules.cfg
++++ b/modules.cfg
+@@ -111,26 +111,26 @@ AUX_MODULES += cache
+
+ # 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).
+ #
+ # See include/freetype/ftgzip.h for the API.
+ AUX_MODULES += gzip
+
+ # Support for streams compressed with LZW (files with suffix .Z).
+ #
+ # See include/freetype/ftlzw.h for the API.
+ AUX_MODULES += lzw
+
+ # Support for streams compressed with bzip2 (files with suffix .bz2).
+ #
+ # See include/freetype/ftbzip2.h for the API.
+ AUX_MODULES += bzip2
+
+ # OpenType table validation. Needs `ftotval.c' below.
+ #
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+
+ # Auxiliary PostScript driver component to share common code.
+ #
+--
+2.21.0
+