shithub: freetype+ttf2subf

Download patch

ref: 6fb74f676b80ed43b9fb5a5aed3a21a38891c943
parent: 64a9ef20d5632a096bc1dcd8f49ad8de434b443e
author: Suzuki, Toshiya (鈴木俊哉) <[email protected]>
date: Mon Mar 19 02:30:26 EDT 2007

Dequote OS_INLINE in configure.raw to avoid unexpected shell evaluation

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-19  suzuki toshiya  <[email protected]>
+
+	* builds/unix/configure.raw: Dequote `OS_INLINE' in
+	comment conftest.c, to avoid unexpected shell evaluation.
+	Possibly it is a bug or undocumented behaviour of autoconf.
+
 2007-03-18  David Turner   <[email protected]>
 
 	* src/truetype/ttinterp.c (Ins_MDRP): another bytecode
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -218,7 +218,7 @@
        ],
        [
 
-         /* OSHostByteOrder() is typed as `OS_INLINE' */
+         /* OSHostByteOrder() is typed as OS_INLINE */
          int32_t  os_byte_order = OSHostByteOrder();