diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-15 15:25:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-15 15:25:57 +0000 |
commit | 4ebd78ececc908472499b9507ae213f8b3a1b17b (patch) | |
tree | 627bc1f5db1939635e58c37c2514c6a9c98cabf2 /graphics/autotrace | |
parent | 5c24c14959826d54006f76d73c29301ff0db678d (diff) | |
download | pkgsrc-4ebd78ececc908472499b9507ae213f8b3a1b17b.tar.gz |
Fix compilation with ImageMagick 5.2.8.
Diffstat (limited to 'graphics/autotrace')
-rw-r--r-- | graphics/autotrace/Makefile | 4 | ||||
-rw-r--r-- | graphics/autotrace/files/patch-sum | 3 | ||||
-rw-r--r-- | graphics/autotrace/patches/patch-aa | 13 |
3 files changed, 18 insertions, 2 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index d9a80b13bc1..6bd8d14ce18 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/17 08:04:42 rh Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/15 15:25:57 wiz Exp $ # DISTNAME= autotrace-0.26 @@ -9,7 +9,7 @@ MASTER_SITES= http://homepages.go.com/homepages/m/a/r/martweb/ \ MAINTAINER= rh@netbsd.org HOMEPAGE= http://homepages.go.com/homepages/m/a/r/martweb/AutoTrace.htm -DEPENDS+= ImageMagick>=5.2.2:../../graphics/ImageMagick +DEPENDS+= ImageMagick>=5.2.8:../../graphics/ImageMagick GNU_CONFIGURE= YES USE_X11= YES diff --git a/graphics/autotrace/files/patch-sum b/graphics/autotrace/files/patch-sum new file mode 100644 index 00000000000..7359b071cec --- /dev/null +++ b/graphics/autotrace/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1 2001/02/15 15:25:57 wiz Exp $ + +MD5 (patch-aa) = 459b80893ce3c88bd44382744f6bef16 diff --git a/graphics/autotrace/patches/patch-aa b/graphics/autotrace/patches/patch-aa new file mode 100644 index 00000000000..63d9d0eb308 --- /dev/null +++ b/graphics/autotrace/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2001/02/15 15:25:57 wiz Exp $ + +--- input-magick.c.orig Mon Nov 13 16:43:34 2000 ++++ input-magick.c +@@ -32,7 +32,7 @@ + #else + image=ReadImage(image_info,&exception); + if (image == (Image *) NULL) +- MagickError(exception.severity,exception.message,exception.qualifier); ++ MagickError(exception.severity,exception.reason,exception.description); + #endif + + image_type=GetImageType(image); |