diff options
author | skrll <skrll@pkgsrc.org> | 2001-05-03 13:22:50 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-05-03 13:22:50 +0000 |
commit | f282fbbfb9d6db9a54a519e67c953517c1c7dd81 (patch) | |
tree | 63852586b63d93674c5ee35c8954cb86e4a7a185 /graphics/tiff/Makefile | |
parent | fb856da08622389a7e411eb12cd1bcbfe161c0b9 (diff) | |
download | pkgsrc-f282fbbfb9d6db9a54a519e67c953517c1c7dd81.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/Makefile | 3 |
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" |