pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/fasthenry Use GCC_REQD instead of USE_PKGSRC_GCC w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a45b35e72dd
branches:  trunk
changeset: 467030:3a45b35e72dd
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jan 25 17:20:34 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:

 cad/fasthenry/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 410ff2f39e1b -r 3a45b35e72dd cad/fasthenry/Makefile
--- a/cad/fasthenry/Makefile    Sun Jan 25 17:18:13 2004 +0000
+++ b/cad/fasthenry/Makefile    Sun Jan 25 17:20:34 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/01/20 12:09:09 agc Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/25 17:20:34 kristerw Exp $
 #
 
 DISTNAME=      fasthenry-3.0-12Nov96
@@ -40,7 +40,7 @@
 .endif
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_PKGSRC_GCC=                # defined
+GCC_REQD=              2.95.3
 .endif
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index