summaryrefslogtreecommitdiff
path: root/graphics/tiff/Makefile
diff options
context:
space:
mode:
authorskrll <skrll>2001-05-03 13:22:50 +0000
committerskrll <skrll>2001-05-03 13:22:50 +0000
commit2259f0cad93b56c1627ffd11f5f9d1a4d9bad37d (patch)
tree63852586b63d93674c5ee35c8954cb86e4a7a185 /graphics/tiff/Makefile
parenta4511b78c8530cb8b6825b3134c44025e384e4d7 (diff)
downloadpkgsrc-2259f0cad93b56c1627ffd11f5f9d1a4d9bad37d.tar.gz
Pass CC down to configure script and make sure its used properly.
This fixes pkg/12797
Diffstat (limited to 'graphics/tiff/Makefile')
-rw-r--r--graphics/tiff/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index 4d82b8b0531..178bf782d11 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2001/02/16 15:22:34 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2001/05/03 13:22:50 skrll Exp $
DISTNAME= tiff-v3.5.5
PKGNAME= tiff-3.5.5
@@ -18,6 +18,7 @@ DEPENDS+= jpeg-6b:../../graphics/jpeg
USE_LIBTOOL= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --noninteractive --site=${FILESDIR}
+CONFIGURE_ENV+= CC="${CC}"
.include "../../mk/bsd.prefs.mk"