diff options
author | reed <reed@pkgsrc.org> | 2004-10-05 22:12:00 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-10-05 22:12:00 +0000 |
commit | 899d5d73d079059866f17f0fd0786fb82c0fe937 (patch) | |
tree | f723db19908bce79f499a01698f965338a014b4a /graphics | |
parent | 136f803cfeda4518b33db7550ecd6e5ebabbb0fe (diff) | |
download | pkgsrc-899d5d73d079059866f17f0fd0786fb82c0fe937.tar.gz |
Update patch so it works with bash too.
No change to actual configuration.
Maintainer, adam@, says this patch is used to prevent
installing/overwriting libltdl.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/distinfo | 4 | ||||
-rw-r--r-- | graphics/ImageMagick/patches/patch-aa | 12 |
2 files changed, 9 insertions, 7 deletions
diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index 70f3f0b5eb3..462ddff05fe 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2004/10/05 12:07:31 adam Exp $ +$NetBSD: distinfo,v 1.28 2004/10/05 22:12:00 reed Exp $ SHA1 (ImageMagick-6.1.0-2.tar.bz2) = 3b7abbebda66f33c843b16a7f461824f2f19011b Size (ImageMagick-6.1.0-2.tar.bz2) = 4561035 bytes -SHA1 (patch-aa) = baee08cc63534a2b3364a67d30f12a18f5e4edad +SHA1 (patch-aa) = 021ecd662255af646faae45610739a09ad233d4b diff --git a/graphics/ImageMagick/patches/patch-aa b/graphics/ImageMagick/patches/patch-aa index b3b17bdf333..b1b16848f4b 100644 --- a/graphics/ImageMagick/patches/patch-aa +++ b/graphics/ImageMagick/patches/patch-aa @@ -1,12 +1,14 @@ -$NetBSD: patch-aa,v 1.22 2004/09/27 11:04:24 adam Exp $ +$NetBSD: patch-aa,v 1.23 2004/10/05 22:12:00 reed Exp $ ---- configure.orig 2004-09-27 12:34:15.000000000 +0000 +--- configure.orig 2004-10-04 19:42:50.000000000 -0700 +++ configure -@@ -26397,7 +26397,6 @@ fi +@@ -26396,9 +26396,6 @@ fi + # Enable building/use of libltdl if we are building shared libraries regardless # of whether modules are built or not. with_ltdl='no' - if test "$libtool_build_shared_libs" != 'no' ; then +-if test "$libtool_build_shared_libs" != 'no' ; then - with_ltdl='yes' - fi +-fi + |