summaryrefslogtreecommitdiff
path: root/graphics/tiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-02-06 12:32:08 +0000
committerwiz <wiz@pkgsrc.org>2012-02-06 12:32:08 +0000
commitca318672e3f47f39c71b893dfee7969b3991ae59 (patch)
treea76fc4c28ec88a5e3a1b0161412c5bef65237ade /graphics/tiff
parentbe33e3db04651ba3a9086c49b9a2dab996e3136b (diff)
downloadpkgsrc-ca318672e3f47f39c71b893dfee7969b3991ae59.tar.gz
Add patch for tiff-4.0.
Diffstat (limited to 'graphics/tiff')
-rw-r--r--graphics/tiff/patches/patch-configure15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/tiff/patches/patch-configure b/graphics/tiff/patches/patch-configure
new file mode 100644
index 00000000000..fd82013d3b7
--- /dev/null
+++ b/graphics/tiff/patches/patch-configure
@@ -0,0 +1,15 @@
+$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"