Mon Feb 6 12:32:08 2012 UTC ()
Add patch for tiff-4.0.


(wiz)
diff -r0 -r1.1 pkgsrc/graphics/tiff/patches/patch-configure

File Added: pkgsrc/graphics/tiff/patches/Attic/patch-configure
$NetBSD: patch-configure,v 1.1 2012/02/06 12:32:08 wiz Exp $

Fix unportable test(1) construct.

--- configure.orig	2012-01-28 22:35:42.000000000 +0000
+++ configure
@@ -18044,7 +18044,7 @@ if test "${with_jpeg12_lib+set}" = set; 
 fi
 
 
-if test "x$enable_jpeg12" == "xyes" ; then
+if test "x$enable_jpeg12" = "xyes" ; then
 
   if test "x$with_jpeg12_lib" != "x" ; then
     LIBS="$with_jpeg12_lib $LIBS"