X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpatches%2Fcommon%2Ffreetype-2.5.4-enable-gx-ot.patch;fp=stage3%2Fpatches%2Fcommon%2Ffreetype-2.5.4-enable-gx-ot.patch;h=c1ae723a6efbfbce0a43ba7697536d32f64cbb8e;hb=0df93c3689975a73bc08bb9cbfca912b715128c9;hp=0000000000000000000000000000000000000000;hpb=0fefb94d78f31fdf9a469a14711dccf2f8ac0141;p=hvlinux.git diff --git a/stage3/patches/common/freetype-2.5.4-enable-gx-ot.patch b/stage3/patches/common/freetype-2.5.4-enable-gx-ot.patch new file mode 100644 index 0000000..c1ae723 --- /dev/null +++ b/stage3/patches/common/freetype-2.5.4-enable-gx-ot.patch @@ -0,0 +1,21 @@ +diff -Naur freetype-2.5.4.orig/modules.cfg freetype-2.5.4.new/modules.cfg +--- freetype-2.5.4.orig/modules.cfg 2014-04-20 12:18:50.479380666 -0400 ++++ freetype-2.5.4.new/modules.cfg 2014-12-09 22:49:00.290333666 -0500 +@@ -110,7 +110,7 @@ + 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). + # +@@ -129,7 +129,7 @@ + + # OpenType table validation. Needs ftotval.c below. + # +-# AUX_MODULES += otvalid ++AUX_MODULES += otvalid + + # Auxiliary PostScript driver component to share common code. + #