freebsd-ports/print/ghostscript8/files/patch-src:fapi_ft.c
Rong-En Fan d23166a69c - Update to 8.60. The contributed drivers made by gs-esp are now merged in,
but still missing improved CJKV font handling functions.

PR:		ports/115395
Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>
2007-08-16 15:20:30 +00:00

22 lines
602 B
C

--- src/fapi_ft.c.orig Wed Jul 11 09:26:24 2007
+++ src/fapi_ft.c Fri Aug 10 02:40:41 2007
@@ -28,11 +28,14 @@
#include "gserror.h"
/* FreeType headers */
-#include "freetype/freetype.h"
-#include "freetype/ftincrem.h"
-#include "freetype/ftglyph.h"
-#include "freetype/ftoutln.h"
-#include "freetype/fttrigon.h"
+#include "ft2build.h"
+#include FT_FREETYPE_H
+#include FT_INCREMENTAL_H
+#include FT_GLYPH_H
+#include FT_OUTLINE_H
+#include FT_TRIGONOMETRY_H
+#include "gserrors.h"
+#include "gserror.h"
/* Note: structure definitions here start with FF_, which stands for 'FAPI FreeType". */