shithub: freetype+ttf2subf

Download patch

ref: bcfcc71d299c01137cdc4c6522c3645e197cab36
parent: 2d7389992521aa8c8841f4004f07695931e440de
author: Werner Lemberg <[email protected]>
date: Thu May 15 05:14:39 EDT 2008

* builds/toplevel.mk (CONFIG_GUESS, CONFIG_SUB): Updated.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-05-15  Werner Lemberg  <[email protected]>
 
+	* builds/toplevel.mk (CONFIG_GUESS, CONFIG_SUB): Updated.
+
+2008-05-15  Werner Lemberg  <[email protected]>
+
 	* src/type1/t1load.c (parse_subrs): Accept fonts with a subrs array
 	which contains a single but empty entry.  This is technically
 	invalid (since it must end with `return'), but...
--- a/builds/toplevel.mk
+++ b/builds/toplevel.mk
@@ -3,7 +3,7 @@
 #
 
 
-# Copyright 1996-2000, 2001, 2003, 2006 by
+# Copyright 1996-2000, 2001, 2003, 2006, 2008 by
 # David Turner, Robert Wilhelm, and Werner Lemberg.
 #
 # This file is part of the FreeType project, and may only be used, modified,
@@ -222,8 +222,8 @@
 # The locations of the latest `config.guess' and `config.sub' versions (from
 # GNU `config' CVS), relative to the `tmp' directory used during `make dist'.
 #
-CONFIG_GUESS = ../../../config/config.guess
-CONFIG_SUB   = ../../../config/config.sub
+CONFIG_GUESS = ~/git/config/config.guess
+CONFIG_SUB   = ~/git/config/config.sub
 
 
 # Don't say `make do-dist'.  Always use `make dist' instead.