shithub: freetype+ttf2subf

Download patch

ref: cc34efca99c4275d0f799624fcd20ebd1963efaf
parent: 2b29ed660afe5d4c6ee5762527d0b853b3682839
author: Werner Lemberg <[email protected]>
date: Wed Jul 31 18:55:50 EDT 2013

Minor.

git/fs: mount .git/fs: mount/attach disallowed
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -293,8 +293,8 @@
 either set the LIBPNG_CFLAGS and LIBPNG_LDFLAGS environment variables,
 or pass `--without-png' to the `configure' script.])
     elif test ${cross_compiling} = yes; then
-      AC_MSG_ERROR([`libpng-config' should not be used in cross-building,
-set the LIBPNG_CFLAGS and LIBPNG_LDFLAGS environment,
+      AC_MSG_ERROR([`libpng-config' should not be used in cross-building;
+either set the LIBPNG_CFLAGS and LIBPNG_LDFLAGS environment variables,
 or pass `--without-png' to the `configure' script.])
     fi
     LIBPNG_CFLAGS="`libpng-config --cflags`"
--- a/src/base/ftbitmap.c
+++ b/src/base/ftbitmap.c
@@ -386,7 +386,7 @@
 
 
     /* Short-circuit transparent color to avoid div-by-zero. */
-    if (!a)
+    if ( !a )
       return 0;
 
     /*