diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-01-25 17:20:34 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-01-25 17:20:34 +0000 |
commit | 5d91d70a2a8f9733d04b4d932e3793db8668bda0 (patch) | |
tree | 685eb07710ce09905261ca64f3d3dd74eddcd347 /cad/fasthenry | |
parent | 68cad11147a0772e64556102f48fa617e79d6d5c (diff) | |
download | pkgsrc-5d91d70a2a8f9733d04b4d932e3793db8668bda0.tar.gz |
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 (limited to 'cad/fasthenry')
-rw-r--r-- | cad/fasthenry/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/fasthenry/Makefile b/cad/fasthenry/Makefile index 483e11b4478..b90a4dee5e8 100644 --- a/cad/fasthenry/Makefile +++ b/cad/fasthenry/Makefile @@ -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 @@ MAKE_ENV+= LIBS="${LIBS}" .endif .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -USE_PKGSRC_GCC= # defined +GCC_REQD= 2.95.3 .endif .include "../../mk/bsd.pkg.mk" |