pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/camlimages Make build with new freetype2 head...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5005cb73e196
branches:  trunk
changeset: 477886:5005cb73e196
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 10 22:57:14 2004 +0000

description:
Make build with new freetype2 header structure.

diffstat:

 graphics/camlimages/distinfo         |   3 ++-
 graphics/camlimages/patches/patch-ab |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 19bb9d9b6fe2 -r 5005cb73e196 graphics/camlimages/distinfo
--- a/graphics/camlimages/distinfo      Sat Jul 10 22:41:39 2004 +0000
+++ b/graphics/camlimages/distinfo      Sat Jul 10 22:57:14 2004 +0000
@@ -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 -r 19bb9d9b6fe2 -r 5005cb73e196 graphics/camlimages/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/camlimages/patches/patch-ab      Sat Jul 10 22:57:14 2004 +0000
@@ -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()
+ {



Home | Main Index | Thread Index | Old Index