pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/stella Use GCC_REQD instead of USE_PKGSRC_GC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1aa56deefdf
branches:  trunk
changeset: 467262:b1aa56deefdf
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Wed Jan 28 05:36:26 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:

 emulators/stella/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f4bdfcde4b0b -r b1aa56deefdf emulators/stella/Makefile
--- a/emulators/stella/Makefile Wed Jan 28 05:05:01 2004 +0000
+++ b/emulators/stella/Makefile Wed Jan 28 05:36:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/20 12:14:41 agc Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/28 05:36:26 kristerw Exp $
 
 DISTNAME=      stella-1.1-src
 PKGNAME=       stella-1.1
@@ -16,7 +16,7 @@
 ALL_TARGET=    unix-x
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_PKGSRC_GCC=                # defined
+GCC_REQD=      3.0
 .endif
 
 MAKE_ENV=      CXXFLAGS="${CXXFLAGS} -fno-rtti"



Home | Main Index | Thread Index | Old Index