summaryrefslogtreecommitdiff
path: root/graphics/freetype2/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/freetype2/patches/patch-al')
-rw-r--r--graphics/freetype2/patches/patch-al14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/freetype2/patches/patch-al b/graphics/freetype2/patches/patch-al
new file mode 100644
index 00000000000..4a51a109cbd
--- /dev/null
+++ b/graphics/freetype2/patches/patch-al
@@ -0,0 +1,14 @@
+$NetBSD: patch-al,v 1.1.2.1 2006/06/06 07:51:29 snj Exp $
+
+--- src/type1/t1load.c.orig 2005-04-14 13:39:28.000000000 +0200
++++ src/type1/t1load.c 2006-06-05 23:40:02.000000000 +0200
+@@ -1990,6 +1990,9 @@
+ if ( error )
+ goto Exit;
+
++ /* ensure even-ness of 'num_blue_values' */
++ priv->num_blue_values &= ~1;
++
+ #ifndef T1_CONFIG_OPTION_NO_MM_SUPPORT
+
+ /* the following can happen for MM instances; we then treat the */