0001-Enable-table-validation-modules.patch 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. From b609203df7333beea20dbfd604262a9486f01497 Mon Sep 17 00:00:00 2001
  2. Message-Id: <b609203df7333beea20dbfd604262a9486f01497.1552648361.git.jan.steffens@gmail.com>
  3. From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
  4. Date: Tue, 23 Jun 2015 08:40:29 +0200
  5. Subject: [PATCH 1/4] Enable table validation modules
  6. ---
  7. modules.cfg | 4 ++--
  8. 1 file changed, 2 insertions(+), 2 deletions(-)
  9. diff --git a/modules.cfg b/modules.cfg
  10. index dc6c8d42d..2ab145016 100644
  11. --- a/modules.cfg
  12. +++ b/modules.cfg
  13. @@ -111,26 +111,26 @@ AUX_MODULES += cache
  14. # TrueType GX/AAT table validation. Needs `ftgxval.c' below.
  15. #
  16. -# AUX_MODULES += gxvalid
  17. +AUX_MODULES += gxvalid
  18. # Support for streams compressed with gzip (files with suffix .gz).
  19. #
  20. # See include/freetype/ftgzip.h for the API.
  21. AUX_MODULES += gzip
  22. # Support for streams compressed with LZW (files with suffix .Z).
  23. #
  24. # See include/freetype/ftlzw.h for the API.
  25. AUX_MODULES += lzw
  26. # Support for streams compressed with bzip2 (files with suffix .bz2).
  27. #
  28. # See include/freetype/ftbzip2.h for the API.
  29. AUX_MODULES += bzip2
  30. # OpenType table validation. Needs `ftotval.c' below.
  31. #
  32. -# AUX_MODULES += otvalid
  33. +AUX_MODULES += otvalid
  34. # Auxiliary PostScript driver component to share common code.
  35. #
  36. --
  37. 2.21.0