summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjlam <jlam>2004-01-15 21:07:42 +0000
committerjlam <jlam>2004-01-15 21:07:42 +0000
commit78379d53f8ae31ce8baa4b7a9f9972dae38269b2 (patch)
tree9e80be6b5198220ed970c632aaf6a33446a76b69 /graphics
parent5e87257877565ee082ebab529aa97c950a05fc69 (diff)
downloadpkgsrc-78379d53f8ae31ce8baa4b7a9f9972dae38269b2.tar.gz
Packages converted to use buildlink should think that the "real" CC is
BUILDLINK_CC.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/png/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index 3c3d33c47b5..c89bb78f8b1 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2004/01/05 20:38:35 jlam Exp $
+# $NetBSD: Makefile,v 1.53 2004/01/15 21:07:42 jlam Exp $
# On update, don't forget to increase shared library major/minor's in
# accordance with changes (patch-aa).
@@ -27,7 +27,7 @@ LIBPNG_SO_MAJOR= 3
LIBPNG_SO_MINOR= 1
MAKEFILE= scripts/makefile.std
-MAKE_ENV+= REALCC="${CC}"
+MAKE_ENV+= REALCC="${BUILDLINK_CC}"
MAKE_ENV+= LIBPNG_SO_MAJOR=${LIBPNG_SO_MAJOR}
MAKE_ENV+= LIBPNG_SO_MINOR=${LIBPNG_SO_MINOR}
PLIST_SUBST+= LIBPNG_SO_MAJOR=${LIBPNG_SO_MAJOR}