summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-01 01:43:28 +0000
committerjlam <jlam@pkgsrc.org>2004-02-01 01:43:28 +0000
commit7cf13952605f6a5fc8bf3f1300259b85e9430944 (patch)
tree51227b816ccb473c56fe4497ed9bf11d15f13c3a /cad
parent8942a9304bebe8c1067189535ac0395b58f15ece (diff)
downloadpkgsrc-7cf13952605f6a5fc8bf3f1300259b85e9430944.tar.gz
In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
Diffstat (limited to 'cad')
-rw-r--r--cad/fastcap/Makefile4
-rw-r--r--cad/fasthenry/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/cad/fastcap/Makefile b/cad/fastcap/Makefile
index db5f5de6024..d54cdc7bd64 100644
--- a/cad/fastcap/Makefile
+++ b/cad/fastcap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/25 17:03:27 kristerw Exp $
+# $NetBSD: Makefile,v 1.17 2004/02/01 01:43:28 jlam Exp $
#
DISTNAME= fastcap-2.0-15Jul92
@@ -25,7 +25,7 @@ CONFIGURE_SCRIPT= ./config
CONFIGURE_ARGS= 4
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-GCC_REQD= 2.95.3
+GCC_REQD+= 2.95.3
.endif
do-install:
diff --git a/cad/fasthenry/Makefile b/cad/fasthenry/Makefile
index b90a4dee5e8..746e7f95fc7 100644
--- a/cad/fasthenry/Makefile
+++ b/cad/fasthenry/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/01/25 17:20:34 kristerw Exp $
+# $NetBSD: Makefile,v 1.20 2004/02/01 01:43:28 jlam Exp $
#
DISTNAME= fasthenry-3.0-12Nov96
@@ -40,7 +40,7 @@ MAKE_ENV+= LIBS="${LIBS}"
.endif
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-GCC_REQD= 2.95.3
+GCC_REQD+= 2.95.3
.endif
.include "../../mk/bsd.pkg.mk"