shithub: freetype+ttf2subf

Download patch

ref: 3b1f206b04a05f07a86944669e36e67b0145e60b
parent: 30f1e6ca45f83285f565f56d8f714dd50aaa4cf8
author: Werner Lemberg <[email protected]>
date: Fri Feb 1 18:45:04 EST 2013

Fix Savannah bug #38227.

* builds/unix/freetype-config.in: Set LC_ALL.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2013-02-01  Werner Lemberg  <[email protected]>
 
+	Fix Savannah bug #38227.
+
+	* builds/unix/freetype-config.in: Set LC_ALL.
+
+2013-02-01  Werner Lemberg  <[email protected]>
+
 	Fix Savannah bug #38221.
 
 	This complements commit 83c0ebab.
--- a/builds/unix/freetype-config.in
+++ b/builds/unix/freetype-config.in
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009 by
+# Copyright 2000-2005, 2008, 2009, 2013 by
 # David Turner, Robert Wilhelm, and Werner Lemberg.
 #
 # This file is part of the FreeType project, and may only be used, modified,
@@ -8,6 +8,9 @@
 # LICENSE.TXT.  By continuing to use, modify, or distribute this file you
 # indicate that you have read the license and understand and accept it
 # fully.
+
+LC_ALL=C
+export LC_ALL
 
 prefix=@prefix@
 exec_prefix=@exec_prefix@