freebsd-ports/print/ttf2pt1/files/patch-ft.c
Joe Marcus Clarke 5a0a03b666 Fix build with freetyp2-2.1.7.
Reported by:	bento via kris
2004-03-21 23:34:14 +00:00

12 lines
330 B
C

--- ft.c.orig Sun Mar 21 18:24:06 2004
+++ ft.c Sun Mar 21 18:24:31 2004
@@ -12,7 +12,8 @@
#include <stdlib.h>
#include <ctype.h>
#include <sys/types.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include <freetype/ftglyph.h>
#include <freetype/ftsnames.h>
#include <freetype/ttnameid.h>