diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-10 22:57:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-10 22:57:14 +0000 |
commit | f81f9146349b07d838d44ac5b88227a2103bd92b (patch) | |
tree | 49fd0abd1957be9e6bb763aa6957a510add0b579 /graphics/camlimages | |
parent | beecc99ca59e16385d9d642ea4fb3cb58feff380 (diff) | |
download | pkgsrc-f81f9146349b07d838d44ac5b88227a2103bd92b.tar.gz |
Make build with new freetype2 header structure.
Diffstat (limited to 'graphics/camlimages')
-rw-r--r-- | graphics/camlimages/distinfo | 3 | ||||
-rw-r--r-- | graphics/camlimages/patches/patch-ab | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/graphics/camlimages/distinfo b/graphics/camlimages/distinfo index 78c7cf0d59a..2c95a786ee1 100644 --- a/graphics/camlimages/distinfo +++ b/graphics/camlimages/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/08/31 01:24:37 jtb Exp $ +$NetBSD: distinfo,v 1.2 2004/07/10 22:57:14 wiz Exp $ SHA1 (camlimages-2.11.tgz) = 487fa871e3cf81864979bbbddb9abf86f4c9fbab Size (camlimages-2.11.tgz) = 1354100 bytes SHA1 (patch-aa) = 89889b3af5bd314bdef5328ea9880a315f879240 +SHA1 (patch-ab) = f428a79006c92a4b77166733233f7608559f405d diff --git a/graphics/camlimages/patches/patch-ab b/graphics/camlimages/patches/patch-ab new file mode 100644 index 00000000000..94fd5b0cfe6 --- /dev/null +++ b/graphics/camlimages/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1 2004/07/10 22:57:14 wiz Exp $ + +--- freetype2/ftintf.c.orig 2001-12-17 16:25:21.000000000 +0100 ++++ freetype2/ftintf.c +@@ -20,7 +20,8 @@ + + #if (HAVE_FREETYPE && HAVE_FREETYPE2) + +-#include <freetype/freetype.h> ++#include <ft2build.h> ++#include FT_FREETYPE_H + + value init_FreeType() + { |