summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authordrochner <drochner>2006-02-22 12:38:17 +0000
committerdrochner <drochner>2006-02-22 12:38:17 +0000
commit04a6b649447eb5811ba5ebab6ff319fcaf6fe959 (patch)
tree72300e0b33935d4180d1869b70c07f372021987a /graphics
parentf174fb38fab99d1b50fb446c15b635da7761b2ee (diff)
downloadpkgsrc-04a6b649447eb5811ba5ebab6ff319fcaf6fe959.tar.gz
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.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/tiff/Makefile5
-rw-r--r--graphics/tiff/distinfo4
-rw-r--r--graphics/tiff/patches/patch-at15
3 files changed, 15 insertions, 9 deletions
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
+