summarylogtreecommitdiffstats
path: root/0001-Enable-table-validation-modules.patch
diff options
context:
space:
mode:
authorAlejandro López-Valencia2018-01-09 10:58:24 -0500
committerAlejandro López-Valencia2018-01-09 10:58:24 -0500
commit8f2808f6f57c4265ed6a9d50b306e6b4b89c883f (patch)
tree36c4a6858575f4e548d3763b30730c16c9d9eedc /0001-Enable-table-validation-modules.patch
parenta10c9409a99923afdd1a1f67b92bb55adefd1670 (diff)
downloadaur-8f2808f6f57c4265ed6a9d50b306e6b4b89c883f.tar.gz
Redo patching. Go for a minimal change.
Diffstat (limited to '0001-Enable-table-validation-modules.patch')
-rw-r--r--0001-Enable-table-validation-modules.patch49
1 files changed, 0 insertions, 49 deletions
diff --git a/0001-Enable-table-validation-modules.patch b/0001-Enable-table-validation-modules.patch
deleted file mode 100644
index 5508d421e0c6..000000000000
--- a/0001-Enable-table-validation-modules.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From 17dd2751813c3c8b37dac474cc5024473eb9bece Mon Sep 17 00:00:00 2001
-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 517111efeb642459..64b2a34d510ce8f7 100644
---- a/modules.cfg
-+++ b/modules.cfg
-@@ -120,30 +120,30 @@ AUX_MODULES += cache
- # TrueType GX/AAT table validation. Needs ftgxval.c below.
- #
- # No FT_CONFIG_OPTION_PIC support.
--# AUX_MODULES += gxvalid
-+AUX_MODULES += gxvalid
-
- # Support for streams compressed with gzip (files with suffix .gz).
- #
- # See include/freetype/ftgzip.h for the API.
- # No FT_CONFIG_OPTION_PIC support.
- AUX_MODULES += gzip
-
- # Support for streams compressed with LZW (files with suffix .Z).
- #
- # See include/freetype/ftlzw.h for the API.
- # No FT_CONFIG_OPTION_PIC support.
- AUX_MODULES += lzw
-
- # Support for streams compressed with bzip2 (files with suffix .bz2).
- #
- # See include/freetype/ftbzip2.h for the API.
- # No FT_CONFIG_OPTION_PIC support.
- AUX_MODULES += bzip2
-
- # OpenType table validation. Needs ftotval.c below.
- #
- # No FT_CONFIG_OPTION_PIC support.
--# AUX_MODULES += otvalid
-+AUX_MODULES += otvalid
-
- # Auxiliary PostScript driver component to share common code.
- #
---
-2.13.0
-