summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches
diff options
context:
space:
mode:
authortron <tron>2006-11-19 15:50:59 +0000
committertron <tron>2006-11-19 15:50:59 +0000
commit63ece790d965d3243804020ed8db1995ee2f6194 (patch)
tree97698780f76167f4d9b9a353676a533d1c8ed1a0 /graphics/netpbm/patches
parent26ae73c3bd0cc6c03e0934ba675c6735a80b4f78 (diff)
downloadpkgsrc-63ece790d965d3243804020ed8db1995ee2f6194.tar.gz
Fix non-portable shell script "pcdovtoppm".
Diffstat (limited to 'graphics/netpbm/patches')
-rw-r--r--graphics/netpbm/patches/patch-ax13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/netpbm/patches/patch-ax b/graphics/netpbm/patches/patch-ax
new file mode 100644
index 00000000000..8eb6f796864
--- /dev/null
+++ b/graphics/netpbm/patches/patch-ax
@@ -0,0 +1,13 @@
+$NetBSD: patch-ax,v 1.3 2006/11/19 15:50:59 tron Exp $
+
+--- converter/ppm/hpcdtoppm/pcdovtoppm.orig 2004-10-23 00:12:12.000000000 +0100
++++ converter/ppm/hpcdtoppm/pcdovtoppm 2006-11-19 15:46:03.000000000 +0000
+@@ -195,7 +195,7 @@
+ rowfiles="$rowfiles $rowfile"
+ fi
+
+-if [ ${#rowfiles[*]} == 1 ]; then
++if [ ${#rowfiles[*]} = 1 ]; then
+ cat $rowfiles
+ else
+ if [ "$colors" = "n" ] ; then