summaryrefslogtreecommitdiff
path: root/news/inn
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-01-24 20:41:01 +0000
committerkristerw <kristerw@pkgsrc.org>2004-01-24 20:41:01 +0000
commita075f5adf6adb4fad81a470c95c87e6bf2efc596 (patch)
tree9d05d0f55ab0a5bf98814ee5eb0ca7e7e6fe31dd /news/inn
parent84c60bccbcef9e89e7559a72cdf34509f17835df (diff)
downloadpkgsrc-a075f5adf6adb4fad81a470c95c87e6bf2efc596.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/inn')
-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: