• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1From cbf2c99f7813750cb82deb367a37e50dbb709395 Mon Sep 17 00:00:00 2001
2From: besfahbo <besfahbo@fedoraproject.org>
3Date: Jul 08 2006 01:07:01 +0000
4Subject: - Enable modules gxvalid and otvalid
5
6Enable modules gxvalid and otvalid
7
8Conflict:NA
9Reference:https://src.fedoraproject.org/rpms/freetype/c/cbf2c99f7813750cb82deb367a37e50dbb709395
10
11--- freetype-2.2.1/modules.cfg.orig	2006-07-07 21:01:09.000000000 -0400
12+++ freetype-2.2.1/modules.cfg	2006-07-07 21:01:54.000000000 -0400
13@@ -110,7 +110,7 @@
14
15 # TrueType GX/AAT table validation.  Needs `ftgxval.c' below.
16 #
17-# AUX_MODULES += gxvalid
18+AUX_MODULES += gxvalid
19
20 # Support for streams compressed with gzip (files with suffix .gz).
21 #
22@@ -124,7 +124,7 @@
23
24 # OpenType table validation.  Needs `ftotval.c' below.
25 #
26-# AUX_MODULES += otvalid
27+AUX_MODULES += otvalid
28
29 # Auxiliary PostScript driver component to share common code.
30 #
31