pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/png Packages converted to use buildlink shoul...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/acf090e5f24f
branches:  trunk
changeset: 466335:acf090e5f24f
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Jan 15 21:07:42 2004 +0000

description:
Packages converted to use buildlink should think that the "real" CC is
BUILDLINK_CC.

diffstat:

 graphics/png/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 212b2af2f909 -r acf090e5f24f graphics/png/Makefile
--- a/graphics/png/Makefile     Thu Jan 15 20:50:15 2004 +0000
+++ b/graphics/png/Makefile     Thu Jan 15 21:07:42 2004 +0000
@@ -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_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}



Home | Main Index | Thread Index | Old Index