diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-01-25 17:03:27 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-01-25 17:03:27 +0000 |
commit | f41dc919c6e0079477f837b4276bf4ba8b7b4d07 (patch) | |
tree | 637adc9bca29ead94cd8c4f847300c107fe705c2 /cad | |
parent | 9e2ec937ab208db4efcb989e12fd30b7abc1069a (diff) | |
download | pkgsrc-f41dc919c6e0079477f837b4276bf4ba8b7b4d07.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')
-rw-r--r-- | cad/fastcap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/fastcap/Makefile b/cad/fastcap/Makefile index 5a0106a7d18..db5f5de6024 100644 --- a/cad/fastcap/Makefile +++ b/cad/fastcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/01/20 12:09:09 agc Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/25 17:03:27 kristerw Exp $ # DISTNAME= fastcap-2.0-15Jul92 @@ -25,7 +25,7 @@ CONFIGURE_SCRIPT= ./config CONFIGURE_ARGS= 4 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -USE_PKGSRC_GCC= # defined +GCC_REQD= 2.95.3 .endif do-install: |