freebsd-ports/print/ghostscript8/files/patch-src:fapi_ft.c
Rong-En Fan 20352fa298 - Update to 8.56
- Switch to GTK 2.x
- SWitch to ship-in jasper which contains some fixes for gs

PR:		ports/110818
Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>
2007-03-27 19:59:21 +00:00

18 lines
501 B
C

--- src/fapi_ft.c.orig Mon Mar 13 17:18:19 2006
+++ src/fapi_ft.c Sun Mar 18 16:23:21 2007
@@ -26,11 +26,14 @@
#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"
#include "freetype/fttrigon.h"
+#include "gserrors.h"
+#include "gserror.h"
/* Note: structure definitions here start with FF_, which stands for 'FAPI FreeType". */