pkgsrc/fonts/ttf2pt1/patches/patch-ab
adam a2fe293cab Changes 3.4.4:
* Improved auto-vectoring (-OV) algorithm
* Allow use of any encoding table of format 4 in the ttf parser
* Take the first available format 4 encoding table if no know table is found
* The ttf parser lists the available encondings if no supported encoding table
  is found
* Bug fixes
2004-04-27 15:18:08 +00:00

12 lines
316 B
Text

$NetBSD: patch-ab,v 1.1 2004/04/27 15:18:08 adam Exp $
--- ft.c.orig 2004-04-27 10:58:11.000000000 +0000
+++ ft.c
@@ -12,6 +12,7 @@
#include <stdlib.h>
#include <ctype.h>
#include <sys/types.h>
+#include <ft2build.h>
#include <freetype/freetype.h>
#include <freetype/ftglyph.h>
#include <freetype/ftsnames.h>