diff options
author | jlam <jlam> | 2004-02-01 01:43:28 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-01 01:43:28 +0000 |
commit | 8d2d9ec8dd9df655703b9ac0f6fb924e04ed6850 (patch) | |
tree | 51227b816ccb473c56fe4497ed9bf11d15f13c3a /emulators | |
parent | 2e5ee996f71e2b9768e2bbcc2757c105cc0e417f (diff) | |
download | pkgsrc-8d2d9ec8dd9df655703b9ac0f6fb924e04ed6850.tar.gz |
In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/stella/Makefile | 4 | ||||
-rw-r--r-- | emulators/vba/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index d4cb219b600..0d000763104 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/01/28 05:36:26 kristerw Exp $ +# $NetBSD: Makefile,v 1.16 2004/02/01 01:43:29 jlam Exp $ DISTNAME= stella-1.1-src PKGNAME= stella-1.1 @@ -16,7 +16,7 @@ MAKEFILE= makefile ALL_TARGET= unix-x .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -GCC_REQD= 3.0 +GCC_REQD+= 3.0 .endif MAKE_ENV= CXXFLAGS="${CXXFLAGS} -fno-rtti" diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index 3e8a48799eb..8853915e1fb 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/01/22 08:36:04 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/01 01:43:29 jlam Exp $ DISTNAME= VisualBoyAdvance-src-1.6a PKGNAME= vba-1.6.0.1 @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-c-core CONFIGURE_ARGS+= --without-mmx -GCC_REQD= 3.0.0 +GCC_REQD+= 3.0.0 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/TestEmu ${PREFIX}/bin |