pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/fastcap Use GCC_REQD instead of USE_PKGSRC_GCC whe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4be3b5fa7a1c
branches:  trunk
changeset: 467027:4be3b5fa7a1c
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jan 25 17:03:27 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:

 cad/fastcap/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b5124283dbb2 -r 4be3b5fa7a1c cad/fastcap/Makefile
--- a/cad/fastcap/Makefile      Sun Jan 25 17:00:05 2004 +0000
+++ b/cad/fastcap/Makefile      Sun Jan 25 17:03:27 2004 +0000
@@ -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_ARGS=                4
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_PKGSRC_GCC=                # defined
+GCC_REQD=              2.95.3
 .endif
 
 do-install:



Home | Main Index | Thread Index | Old Index