diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-03-18 16:02:49 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-03-18 16:02:49 +0000 |
commit | 6ae200ffc93fde60b28bbba2f020db78601ac4a1 (patch) | |
tree | 472cb64feccfe8ce5c563ff6b40dc76e4906d607 /lang/php53/files | |
parent | - Add SIZE (diff) |
Fix build with new freetype2 library.
PR: ports/64417
Submitted by: Renato Botelho <renato@galle.com.br>
Notes
Notes:
svn path=/head/; revision=104484
Diffstat (limited to 'lang/php53/files')
-rw-r--r-- | lang/php53/files/patch-ext::gd::libgd::gdft.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/php53/files/patch-ext::gd::libgd::gdft.c b/lang/php53/files/patch-ext::gd::libgd::gdft.c new file mode 100644 index 000000000000..beadf4bf3935 --- /dev/null +++ b/lang/php53/files/patch-ext::gd::libgd::gdft.c @@ -0,0 +1,11 @@ +--- ext/gd/libgd/gdft.c.orig Sun Dec 28 22:07:18 2003 ++++ ext/gd/libgd/gdft.c Thu Mar 18 16:54:09 2004 +@@ -63,7 +63,7 @@ + #include "gdcache.h" + #include <ft2build.h> + #include FT_FREETYPE_H +-#include "freetype/ftglyph.h" ++#include FT_GLYPH_H + + /* number of fonts cached before least recently used is replaced */ + #define FONTCACHESIZE 6 |