From a075f5adf6adb4fad81a470c95c87e6bf2efc596 Mon Sep 17 00:00:00 2001 From: kristerw Date: Sat, 24 Jan 2004 20:41:01 +0000 Subject: 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. --- news/inn/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'news') 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: -- cgit v1.2.3