diff options
author | tron <tron@pkgsrc.org> | 2001-01-13 01:33:20 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-13 01:33:20 +0000 |
commit | e30dbaba4207d749a3c5974940908d8fe4fab4db (patch) | |
tree | 60eb53a1de9cfa6bc37a839c30de3af3ec9f1852 /graphics/png/Makefile | |
parent | 7bd26976609093446bac300f7a1d74797f3a3469 (diff) | |
download | pkgsrc-e30dbaba4207d749a3c5974940908d8fe4fab4db.tar.gz |
Make this build if "${CC}" is not "cc".
Diffstat (limited to 'graphics/png/Makefile')
-rw-r--r-- | graphics/png/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index fec6dc04176..a80ee60cfe2 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2000/08/02 15:43:49 tron Exp $ +# $NetBSD: Makefile,v 1.24 2001/01/13 01:33:20 tron Exp $ # FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp DISTNAME= libpng-1.0.8 @@ -14,6 +14,7 @@ HOMEPAGE= http://www.cdrom.com/pub/png/ USE_LIBTOOL= yes MAKEFILE= scripts/makefile.std +MAKE_ENV+= REALCC=${CC} post-install: ${INSTALL_MAN} ${WRKSRC}/libpng.3 ${PREFIX}/man/man3 |