summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-01-24 20:41:01 +0000
committerkristerw <kristerw>2004-01-24 20:41:01 +0000
commitc4f912284d39fd00a1041f14cab26e53fa359502 (patch)
tree9d05d0f55ab0a5bf98814ee5eb0ca7e7e6fe31dd /news
parent5887501ed60c37c3d235ed906ca0ffc5ece0c0b8 (diff)
downloadpkgsrc-c4f912284d39fd00a1041f14cab26e53fa359502.tar.gz
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 (limited to 'news')
-rw-r--r--news/inn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile
index 5e18f03f961..fe202a35459 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2003/09/17 19:40:56 grant Exp $
+# $NetBSD: Makefile,v 1.52 2004/01/24 20:41:01 kristerw Exp $
DISTNAME= inn-${INN_VERSION}
PKGREVISION= 1
@@ -85,7 +85,7 @@ CONFIGURE_ARGS+= --with-sendmail=/usr/sbin/sendmail
.endif
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-USE_PKGSRC_GCC= # defined
+GCC_REQD= 2.95.3
.endif
post-patch: