summaryrefslogtreecommitdiff
path: root/graphics/GraphicsMagick
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-02-19 00:23:26 +0000
committerwiz <wiz@pkgsrc.org>2013-02-19 00:23:26 +0000
commita624dc755052f1d90dced3f500e16e26c4dd0126 (patch)
treebe63d050529733f7754f177405aedc8bf37f04e5 /graphics/GraphicsMagick
parent699fd3bbd0e854cf9a1be6cd1c98c413a0f1febb (diff)
downloadpkgsrc-a624dc755052f1d90dced3f500e16e26c4dd0126.tar.gz
Detect png-1.6 and 1.7, while we're here.
Diffstat (limited to 'graphics/GraphicsMagick')
-rw-r--r--graphics/GraphicsMagick/distinfo3
-rw-r--r--graphics/GraphicsMagick/patches/patch-configure15
2 files changed, 17 insertions, 1 deletions
diff --git a/graphics/GraphicsMagick/distinfo b/graphics/GraphicsMagick/distinfo
index 1cfc91f245c..6d35b017bd9 100644
--- a/graphics/GraphicsMagick/distinfo
+++ b/graphics/GraphicsMagick/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.32 2012/11/03 20:45:46 adam Exp $
+$NetBSD: distinfo,v 1.33 2013/02/19 00:23:26 wiz Exp $
SHA1 (GraphicsMagick-1.3.17.tar.xz) = 6428eb4bd19635c833750ac9d56c9b89bef4c975
RMD160 (GraphicsMagick-1.3.17.tar.xz) = 3bcfb555a243c751f15b89d5359e83b888a57456
Size (GraphicsMagick-1.3.17.tar.xz) = 5403300 bytes
+SHA1 (patch-configure) = 3e33e3b32ab8e3364e9f3a5818f5cf343fb7cd8a
diff --git a/graphics/GraphicsMagick/patches/patch-configure b/graphics/GraphicsMagick/patches/patch-configure
new file mode 100644
index 00000000000..ad003a9592d
--- /dev/null
+++ b/graphics/GraphicsMagick/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2013/02/19 00:23:26 wiz Exp $
+
+Detect png-1.6 and 1.7.
+
+--- configure.orig 2012-10-13 21:32:07.000000000 +0000
++++ configure
+@@ -26183,7 +11531,7 @@ fi
+
+
+ if test $passed -gt 0; then
+- for var in 5 4 2 '' ; do
++ for var in 7 6 5 4 2 '' ; do
+ if test "x${var}" = 'x' ; then
+ pnglib='png'
+ else