shithub: freetype+ttf2subf

Download patch

ref: f1e96066a63c97ebc99ab845718327a277d74442
parent: e261f426d608d8255dc34793bccda6a2a0915229
author: Suzuki, Toshiya (鈴木俊哉) <[email protected]>
date: Tue Aug 15 13:02:47 EDT 2006

* modules.cfg: compile ftgxval.c by default

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-08-15  suzuki toshiya  <[email protected]>
 
+	* modules.cfg (BASE_EXTENSIONS): Compile in ftgxval.c by default to
+	build ftvalid in ft2demos. Commit on 2006-02-28 had been slipped.
+
+2006-08-15  suzuki toshiya  <[email protected]>
+
 	`ft_validator_run' wrapping `setjmp' can cause crash, found by Jens:
 	http://lists.nongnu.org/archive/html/freetype-devel/2006-08/msg00004.htm
 
--- a/modules.cfg
+++ b/modules.cfg
@@ -166,7 +166,7 @@
 # Interface for gxvalid module (which is required).
 #
 # See include/freetype/ftgxval.h for the API.
-# BASE_EXTENSIONS += ftgxval.c
+BASE_EXTENSIONS += ftgxval.c
 
 # Multiple Master font interface.
 #