diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-01-25 15:21:35 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-01-25 15:21:35 +0000 |
commit | 7ae06c5a098631e1a58ef325ec1ae3187cab2a7f (patch) | |
tree | 363fb81d4a17b2bb1d73cb4a72c5e0aeb8c37ac1 /math/scilab | |
parent | fc6c092b9694d06ac7707b52d2fc850267a0845e (diff) | |
download | pkgsrc-7ae06c5a098631e1a58ef325ec1ae3187cab2a7f.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 'math/scilab')
-rw-r--r-- | math/scilab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 2870bf384ca..cd315148fc6 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2004/01/20 12:20:05 agc Exp $ +# $NetBSD: Makefile,v 1.46 2004/01/25 15:21:35 kristerw Exp $ # DISTNAME= ${SCIBASE}.src @@ -79,7 +79,7 @@ post-install: ${LN} -s ${LIBTOOL} ${PREFIX}/lib/${SCIBASE}/libtool .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -USE_PKGSRC_GCC= # defined +GCC_REQD= 2.95.3 .endif # the "SCI=0 && unset SCI" is done because some of the tests really will |