pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ncview Use GCC_REQD instead of USE_PKGSRC_GCC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85d9b7ad9db1
branches:  trunk
changeset: 466911:85d9b7ad9db1
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Jan 24 11:36:33 2004 +0000

description:
Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler
for arm, so that we don't need to install the gcc package(s) on
machines that already have a working compiler in their /usr/bin.

diffstat:

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

diffs (18 lines):

diff -r d7a5bfc72184 -r 85d9b7ad9db1 graphics/ncview/Makefile
--- a/graphics/ncview/Makefile  Sat Jan 24 10:55:48 2004 +0000
+++ b/graphics/ncview/Makefile  Sat Jan 24 11:36:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/09/17 19:40:33 grant Exp $
+# $NetBSD: Makefile,v 1.16 2004/01/24 11:36:33 kristerw Exp $
 
 DISTNAME=              ncview-1.92d
 CATEGORIES=            graphics
@@ -18,7 +18,7 @@
 CONFIGURE_ARGS+=       --with-udunits_libdir=${BUILDLINK_PREFIX.udunits}/lib
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_PKGSRC_GCC=                # defined
+GCC_REQD=              2.95.3
 .endif
 
 .include "../../devel/netcdf/buildlink2.mk"



Home | Main Index | Thread Index | Old Index