You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
614 B
20 lines
614 B
--- 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. |
|
# |
|
# No FT_CONFIG_OPTION_PIC support. |
|
-# 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. |
|
# |
|
# No FT_CONFIG_OPTION_PIC support. |
|
-# AUX_MODULES += otvalid |
|
+AUX_MODULES += otvalid |
|
|
|
# Auxiliary PostScript driver component to share common code. |
|
#
|
|
|