From 04a6b649447eb5811ba5ebab6ff319fcaf6fe959 Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 22 Feb 2006 12:38:17 +0000 Subject: The "--with-default-strip-size" did just help because it worked around a problem caused by a bash'ism in the configure script. Fix the script instead. No functional change. --- graphics/tiff/Makefile | 5 +---- graphics/tiff/distinfo | 4 ++-- graphics/tiff/patches/patch-at | 15 ++++++++++++--- 3 files changed, 15 insertions(+), 9 deletions(-) (limited to 'graphics') diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 387353dc811..de772b827a9 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2006/02/20 17:56:36 joerg Exp $ +# $NetBSD: Makefile,v 1.76 2006/02/22 12:38:17 drochner Exp $ DISTNAME= tiff-3.8.0 PKGREVISION= 1 @@ -20,9 +20,6 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-rpath CONFIGURE_ARGS+= --enable-cxx -# next line shouldn't be necessary, but 3.8.0 doesn't -# compile correctly without it -CONFIGURE_ARGS+= --with-default-strip-size=8192 CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/tiff .include "options.mk" diff --git a/graphics/tiff/distinfo b/graphics/tiff/distinfo index 9cd539f4371..838d0a4f5b9 100644 --- a/graphics/tiff/distinfo +++ b/graphics/tiff/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.34 2006/02/20 17:56:36 joerg Exp $ +$NetBSD: distinfo,v 1.35 2006/02/22 12:38:17 drochner Exp $ SHA1 (tiff-3.8.0.tar.gz) = ad05bb258d20b64cd1a42a2c0b1c9b24ff1a2316 RMD160 (tiff-3.8.0.tar.gz) = e38cc14f775b63bf420fe2d37cdad856ee67d522 Size (tiff-3.8.0.tar.gz) = 1330533 bytes SHA1 (patch-aa) = edac79a6f3b61e9fc787fe14f750d88023a29bfa SHA1 (patch-ab) = b517cb8bc2212d3e6c5a70db1bdf45b85b78fc72 -SHA1 (patch-at) = 10b93d13d94a3273bdc4a8ff1530ebdcd2cad6a6 +SHA1 (patch-at) = 51673a95ed460aa03825d0c4af60d52bc2a885b1 diff --git a/graphics/tiff/patches/patch-at b/graphics/tiff/patches/patch-at index 7236023cbf8..e01721e7965 100644 --- a/graphics/tiff/patches/patch-at +++ b/graphics/tiff/patches/patch-at @@ -1,8 +1,8 @@ -$NetBSD: patch-at,v 1.4 2005/10/15 17:11:51 wiz Exp $ +$NetBSD: patch-at,v 1.5 2006/02/22 12:38:17 drochner Exp $ ---- configure.orig 2005-09-12 15:52:41.000000000 +0200 +--- configure.orig 2005-12-29 22:49:59.000000000 +0100 +++ configure -@@ -22526,6 +22526,117 @@ done +@@ -19765,6 +19765,117 @@ done @@ -120,3 +120,12 @@ $NetBSD: patch-at,v 1.4 2005/10/15 17:11:51 wiz Exp $ echo "$as_me:$LINENO: checking native cpu bit order" >&5 echo $ECHO_N "checking native cpu bit order... $ECHO_C" >&6 case "$target_cpu" in +@@ -23354,7 +23465,7 @@ cat >>confdefs.h <<\_ACEOF + _ACEOF + + +- if test "x$with_default_strip_size" == "x" ; then ++ if test "x$with_default_strip_size" = "x" ; then + with_default_strip_size="8192" + fi + -- cgit v1.2.3