diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-20 19:10:29 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-20 19:10:29 +0000 |
commit | 8827b1b717bdcca88ca3797188a66f312a4bf3ed (patch) | |
tree | 66f667bf5e59bc3d810c8ebe2ff57eb4ad9cf9e2 /databases/clip/files/patch-cliplibs::clip-gd::gd::gdft.c | |
parent | The package libintl-perl is an internationalization library for Perl (diff) |
Unbreak (at least on i386) and upgrade to 1.1.9-1.
Approved by: mat (mentor).
Notes
Notes:
svn path=/head/; revision=107743
Diffstat (limited to 'databases/clip/files/patch-cliplibs::clip-gd::gd::gdft.c')
-rw-r--r-- | databases/clip/files/patch-cliplibs::clip-gd::gd::gdft.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/clip/files/patch-cliplibs::clip-gd::gd::gdft.c b/databases/clip/files/patch-cliplibs::clip-gd::gd::gdft.c new file mode 100644 index 000000000000..f5e720fd517a --- /dev/null +++ b/databases/clip/files/patch-cliplibs::clip-gd::gd::gdft.c @@ -0,0 +1,12 @@ +--- ./cliplibs/clip-gd/gd/gdft.c.orig Mon Apr 19 22:33:22 2004 ++++ ./cliplibs/clip-gd/gd/gdft.c Mon Apr 19 23:04:04 2004 +@@ -33,7 +33,8 @@ + #else + + #include "gdcache.h" +-#include "freetype/freetype.h" ++#include <ft2build.h> ++#include FT_FREETYPE_H + #include "freetype/ftglyph.h" + + /* number of fonts cached before least recently used is replaced */ |