summaryrefslogtreecommitdiff
path: root/print/ghostscript8/files/patch-src:fapi_ft.c
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript8/files/patch-src:fapi_ft.c')
-rw-r--r--print/ghostscript8/files/patch-src:fapi_ft.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/print/ghostscript8/files/patch-src:fapi_ft.c b/print/ghostscript8/files/patch-src:fapi_ft.c
deleted file mode 100644
index d1c936dd64c4..000000000000
--- a/print/ghostscript8/files/patch-src:fapi_ft.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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". */
-