summaryrefslogtreecommitdiff
path: root/graphics/tiff
diff options
context:
space:
mode:
authorskrll <skrll>2001-02-27 09:49:24 +0000
committerskrll <skrll>2001-02-27 09:49:24 +0000
commit8efbf8ee1eaca1088e83b74a5573a4dc41645fc1 (patch)
treef5c74ad80458b335414001bc1c82cc415888fde0 /graphics/tiff
parent480837bcbdf9c7e76ab0e8d88674f25d0500f83e (diff)
downloadpkgsrc-8efbf8ee1eaca1088e83b74a5573a4dc41645fc1.tar.gz
Don't expand compiler to include full path as this confuses the new
libtool.
Diffstat (limited to 'graphics/tiff')
-rw-r--r--graphics/tiff/files/patch-sum4
-rw-r--r--graphics/tiff/patches/patch-ad15
2 files changed, 14 insertions, 5 deletions
diff --git a/graphics/tiff/files/patch-sum b/graphics/tiff/files/patch-sum
index 5d3e00b2f90..c1c9129d130 100644
--- a/graphics/tiff/files/patch-sum
+++ b/graphics/tiff/files/patch-sum
@@ -1,8 +1,8 @@
-$NetBSD: patch-sum,v 1.7 2001/02/27 09:45:12 skrll Exp $
+$NetBSD: patch-sum,v 1.8 2001/02/27 09:49:24 skrll Exp $
MD5 (patch-aa) = 1d7ff27ae25f0197207b83201aecfe35
MD5 (patch-ab) = 2d3cdf367fe06a47f4d89e065c12c02c
MD5 (patch-ac) = bbc6d1f01885af6d8f51852f511ee418
-MD5 (patch-ad) = d24abf850802e334f80a4a00a885169e
+MD5 (patch-ad) = 59b4a66509e10dbe9ed19aeb4cdfc424
MD5 (patch-ae) = 5847109156a1d557b465db01a1e5095b
MD5 (patch-af) = 26d39de0080b83394cbc04cb75cc1dcb
diff --git a/graphics/tiff/patches/patch-ad b/graphics/tiff/patches/patch-ad
index f73e16717d3..2b24d3a8a4c 100644
--- a/graphics/tiff/patches/patch-ad
+++ b/graphics/tiff/patches/patch-ad
@@ -1,7 +1,16 @@
-$NetBSD: patch-ad,v 1.5 2001/02/27 09:45:13 skrll Exp $
+$NetBSD: patch-ad,v 1.6 2001/02/27 09:49:25 skrll Exp $
---- configure.orig Wed Sep 8 14:32:18 1999
-+++ configure Mon Jan 3 17:34:05 2000
+--- configure.orig Mon Mar 20 18:20:42 2000
++++ configure
+@@ -512,7 +512,7 @@
+ $RM dummy dummy.o
+ capture $compiler -o dummy ${C_ANSI} dummy.c && {
+ CC=$compiler;
+- test -z "${CCOMPILER-}" && CCOMPILER=`findApp $compiler $PATH`
++ test -z "${CCOMPILER-}" && CCOMPILER=$compiler
+ test -z "${ENVOPTS-}" && ENVOPTS="${C_ANSI-}"
+ return 0
+ }
@@ -1661,6 +1661,7 @@
-[LR]/*) echo "$i" ;;
-L*) echo "$i" | sed 's;^-L;-L../;' ;;