diff options
author | kristerw <kristerw> | 2004-01-25 17:03:27 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-01-25 17:03:27 +0000 |
commit | 95bbe196c6e6f5e321e9c22a2e012428af2c91b5 (patch) | |
tree | 637adc9bca29ead94cd8c4f847300c107fe705c2 /cad/fastcap | |
parent | 811a6add81e61257a83508e0537d9f9356db83c2 (diff) | |
download | pkgsrc-95bbe196c6e6f5e321e9c22a2e012428af2c91b5.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/fastcap')
-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: |