summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-01 01:43:28 +0000
committerjlam <jlam>2004-02-01 01:43:28 +0000
commitdbb999066b7985e5517325648c9067f6e5b2bc03 (patch)
tree51227b816ccb473c56fe4497ed9bf11d15f13c3a /emulators
parent0bc86ec2880d870cf900541cd168b24a90358b8b (diff)
downloadpkgsrc-dbb999066b7985e5517325648c9067f6e5b2bc03.tar.gz
In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/stella/Makefile4
-rw-r--r--emulators/vba/Makefile4
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