summaryrefslogtreecommitdiff
path: root/graphics/librsvg/patches/patch-ac
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-04-27 15:19:53 +0000
committeradam <adam@pkgsrc.org>2004-04-27 15:19:53 +0000
commit95960589924c48675a0899f7c41b40503cfc3447 (patch)
tree3e2ccbba3b35bb09a9c07146acab25413fc71d6d /graphics/librsvg/patches/patch-ac
parenta2fe293cab1321f429787720058d3aaabe16979f (diff)
downloadpkgsrc-95960589924c48675a0899f7c41b40503cfc3447.tar.gz
Follow new FreeType2 build rules
Diffstat (limited to 'graphics/librsvg/patches/patch-ac')
-rw-r--r--graphics/librsvg/patches/patch-ac11
1 files changed, 8 insertions, 3 deletions
diff --git a/graphics/librsvg/patches/patch-ac b/graphics/librsvg/patches/patch-ac
index a87b74d6509..87675454f3f 100644
--- a/graphics/librsvg/patches/patch-ac
+++ b/graphics/librsvg/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.1.1.1 2001/05/14 17:47:27 rh Exp $
+$NetBSD: patch-ac,v 1.2 2004/04/27 15:19:53 adam Exp $
---- test-ft.c.orig Wed May 9 23:27:41 2001
+--- test-ft.c.orig 2001-03-28 18:44:42.000000000 +0000
+++ test-ft.c
-@@ -25,7 +25,7 @@
+@@ -25,11 +25,12 @@
#include <stdio.h>
#include <stdlib.h>
#include <png.h>
@@ -11,3 +11,8 @@ $NetBSD: patch-ac,v 1.1.1.1 2001/05/14 17:47:27 rh Exp $
#include <math.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
+
++#include <ft2build.h>
+ #include <freetype/freetype.h>
+
+ #include <libart_lgpl/art_misc.h>