freebsd-ports/print/ghostscript8/files/patch-src:fapi_ft.c
Kirill Ponomarev 415ffa4fde - Fix build with freetype-2.1.7
PR:		ports/64472
Submitted by:	Ports Fury
2004-03-19 19:44:11 +00:00

12 lines
328 B
C

--- src/fapi_ft.c.orig Sat Dec 13 07:07:59 2003
+++ src/fapi_ft.c Wed Mar 17 21:43:43 2004
@@ -30,7 +30,8 @@
#include "math_.h"
/* FreeType headers */
-#include "freetype/freetype.h"
+#include "ft2build.h"
+#include FT_FREETYPE_H
#include "freetype/ftincrem.h"
#include "freetype/ftglyph.h"
#include "freetype/ftoutln.h"