diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-27 19:59:21 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-27 19:59:21 +0000 |
commit | 20352fa29823ad73e4f06d086dc9598d1a274ab8 (patch) | |
tree | 8dca0c9c79381ab1af57f988e6007e2e7b2e40fa /print/ghostscript-gpl/files/patch-src:fapi_ft.c | |
parent | Clean up CXXFLAGS. Fix compilation with gcc-4.1.x. (diff) |
- 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>
Notes
Notes:
svn path=/head/; revision=188581
Diffstat (limited to 'print/ghostscript-gpl/files/patch-src:fapi_ft.c')
-rw-r--r-- | print/ghostscript-gpl/files/patch-src:fapi_ft.c | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/print/ghostscript-gpl/files/patch-src:fapi_ft.c b/print/ghostscript-gpl/files/patch-src:fapi_ft.c index 9238e4f52ee8..52f28daefcf7 100644 --- a/print/ghostscript-gpl/files/patch-src:fapi_ft.c +++ b/print/ghostscript-gpl/files/patch-src:fapi_ft.c @@ -1,6 +1,6 @@ ---- 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 @@ +--- 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 */ @@ -10,3 +10,9 @@ #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". */ + |