summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-10 19:43:32 +0000
committerrillig <rillig@pkgsrc.org>2006-10-10 19:43:32 +0000
commita28c1c25189e07e45b728453ee042ea766d91546 (patch)
treec3bb4c2819d3a9735aa851433c751ed0491d0bba /graphics/ImageMagick
parent24013f90206f638e78ed5bb24a9b719e625378c9 (diff)
downloadpkgsrc-a28c1c25189e07e45b728453ee042ea766d91546.tar.gz
Fixed "test ==".
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/distinfo4
-rw-r--r--graphics/ImageMagick/patches/patch-aa33
2 files changed, 32 insertions, 5 deletions
diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo
index 339e9db45c9..bbd1f9b1f95 100644
--- a/graphics/ImageMagick/distinfo
+++ b/graphics/ImageMagick/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.77 2006/09/06 20:15:57 adam Exp $
+$NetBSD: distinfo,v 1.78 2006/10/10 19:43:32 rillig Exp $
SHA1 (ImageMagick-6.2.9-3.tar.bz2) = 2f0f00fff0b0c3691b37ba9d38f17979a8328295
RMD160 (ImageMagick-6.2.9-3.tar.bz2) = 52a4756c41fcfe970af242263df856f0a9ddb5a6
Size (ImageMagick-6.2.9-3.tar.bz2) = 5365841 bytes
-SHA1 (patch-aa) = e5586b6520ebcc2745f4ab86bfe83dd6b649273f
+SHA1 (patch-aa) = 432f3195cc5babdce2f9c7119daab7844c0d9619
SHA1 (patch-ab) = 0a187f7d394583ed434298514aa6390f5ad83b12
diff --git a/graphics/ImageMagick/patches/patch-aa b/graphics/ImageMagick/patches/patch-aa
index 74099d70993..6ce40c16e67 100644
--- a/graphics/ImageMagick/patches/patch-aa
+++ b/graphics/ImageMagick/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.37 2006/07/17 16:01:36 adam Exp $
+$NetBSD: patch-aa,v 1.38 2006/10/10 19:43:32 rillig Exp $
---- configure.orig 2006-07-13 04:29:32.000000000 +0200
-+++ configure
+--- configure.orig 2006-09-01 16:08:04.000000000 +0200
++++ configure 2006-10-10 21:41:52.000000000 +0200
@@ -25322,9 +25322,6 @@ fi
# Enable building/use of libltdl if we are building shared libraries regardless
# of whether modules are built or not.
@@ -12,3 +12,30 @@ $NetBSD: patch-aa,v 1.37 2006/07/17 16:01:36 adam Exp $
+@@ -42274,7 +42271,7 @@ cat >>confdefs.h <<\_ACEOF
+ #define HasFONTCONFIG 1
+ _ACEOF
+
+- if test "$with_modules" == 'no' ; then
++ if test "$with_modules" = 'no' ; then
+ CPPFLAGS="$FONTCONFIG_CFLAGS $CPPFLAGS"
+ fi
+ fi
+@@ -44531,7 +44528,7 @@ cat >>confdefs.h <<\_ACEOF
+ #define HasGVC 1
+ _ACEOF
+
+- if test "$with_modules" == 'no' ; then
++ if test "$with_modules" = 'no' ; then
+ CPPFLAGS="$GVC_CFLAGS $CPPFLAGS"
+ fi
+ fi
+@@ -45105,7 +45102,7 @@ cat >>confdefs.h <<\_ACEOF
+ #define HasRSVG 1
+ _ACEOF
+
+- if test "$with_modules" == 'no' ; then
++ if test "$with_modules" = 'no' ; then
+ CPPFLAGS="$RSVG_CFLAGS $CPPFLAGS"
+ fi
+ fi