summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files/patch-src:fapi_ft.c
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-08-16 15:20:30 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-08-16 15:20:30 +0000
commitd23166a69cdd418614fc5351d96d4c9f9705f4e0 (patch)
tree96bd05dd977a56d4067841fa0e469a1055671fd9 /print/ghostscript-gpl/files/patch-src:fapi_ft.c
parent- it requires the Fortran compiler, bump PORTREVISION (diff)
- 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>
Notes
Notes: svn path=/head/; revision=197809
Diffstat (limited to 'print/ghostscript-gpl/files/patch-src:fapi_ft.c')
-rw-r--r--print/ghostscript-gpl/files/patch-src:fapi_ft.c20
1 files changed, 12 insertions, 8 deletions
diff --git a/print/ghostscript-gpl/files/patch-src:fapi_ft.c b/print/ghostscript-gpl/files/patch-src:fapi_ft.c
index 52f28daefcf7..d1c936dd64c4 100644
--- a/print/ghostscript-gpl/files/patch-src:fapi_ft.c
+++ b/print/ghostscript-gpl/files/patch-src:fapi_ft.c
@@ -1,16 +1,20 @@
---- 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"
+--- 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 "freetype/ftincrem.h"
- #include "freetype/ftglyph.h"
- #include "freetype/ftoutln.h"
- #include "freetype/fttrigon.h"
++#include FT_INCREMENTAL_H
++#include FT_GLYPH_H
++#include FT_OUTLINE_H
++#include FT_TRIGONOMETRY_H
+#include "gserrors.h"
+#include "gserror.h"