1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/print/gnome-print/files/patch-libgnomeprint_parseTT.c
Joe Marcus Clarke bc6fc749eb Fix build with freetype2-2.1.7.
Reported by:	bento via kris
2004-03-23 04:36:17 +00:00

13 lines
337 B
C

--- libgnomeprint/parseTT.c.orig Mon Mar 22 23:29:57 2004
+++ libgnomeprint/parseTT.c Mon Mar 22 23:30:15 2004
@@ -107,7 +107,8 @@
#include <config.h>
#include <parseTT.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include <freetype/ftglyph.h>
#include <freetype/ftoutln.h>
#include <stdio.h>