pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/scilab Use GCC_REQD instead of USE_PKGSRC_GCC whe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3deb5ff4d9f6
branches: trunk
changeset: 467011:3deb5ff4d9f6
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sun Jan 25 15:21:35 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:
math/scilab/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4a55e4768e22 -r 3deb5ff4d9f6 math/scilab/Makefile
--- a/math/scilab/Makefile Sun Jan 25 15:07:36 2004 +0000
+++ b/math/scilab/Makefile Sun Jan 25 15:21:35 2004 +0000
@@ -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 @@
${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
Home |
Main Index |
Thread Index |
Old Index