summaryrefslogtreecommitdiff
path: root/graphics/tiff/patches
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tiff/patches')
-rw-r--r--graphics/tiff/patches/patch-configure15
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/tiff/patches/patch-configure b/graphics/tiff/patches/patch-configure
deleted file mode 100644
index f53e21d1c04..00000000000
--- a/graphics/tiff/patches/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-configure,v 1.2 2012/10/01 18:11:30 adam Exp $
-
-Fix unportable test(1) construct.
-
---- configure.orig 2012-01-28 22:35:42.000000000 +0000
-+++ configure
-@@ -18145,7 +18145,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"