From 6ae200ffc93fde60b28bbba2f020db78601ac4a1 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Thu, 18 Mar 2004 16:02:49 +0000 Subject: Fix build with new freetype2 library. PR: ports/64417 Submitted by: Renato Botelho --- lang/php4/files/patch-ext::gd::libgd::gdft.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/php4/files/patch-ext::gd::libgd::gdft.c (limited to 'lang/php4/files') diff --git a/lang/php4/files/patch-ext::gd::libgd::gdft.c b/lang/php4/files/patch-ext::gd::libgd::gdft.c new file mode 100644 index 000000000000..31e16dc71e8b --- /dev/null +++ b/lang/php4/files/patch-ext::gd::libgd::gdft.c @@ -0,0 +1,14 @@ +--- ext/gd/libgd/gdft.c.orig Thu Mar 18 16:41:43 2004 ++++ ext/gd/libgd/gdft.c Thu Mar 18 16:49:39 2004 +@@ -60,8 +60,9 @@ + #else + + #include "gdcache.h" +-#include "freetype/freetype.h" +-#include "freetype/ftglyph.h" ++#include ++#include FT_FREETYPE_H ++#include FT_GLYPH_H + + /* number of fonts cached before least recently used is replaced */ + #define FONTCACHESIZE 6 -- cgit v1.2.3