freebsd-ports/print/gnome-print/files/patch-installer_gf-ttf.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

12 lines
284 B
C

--- installer/gf-ttf.c.orig Mon Mar 22 23:34:10 2004
+++ installer/gf-ttf.c Mon Mar 22 23:34:23 2004
@@ -32,7 +32,8 @@
#include <fcntl.h>
#include <string.h>
#include <ctype.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include "gf-ttf.h"