From 30f644098529ba454f7be7b8c112fba2cbfe7d5f Mon Sep 17 00:00:00 2001 From: kristerw Date: Sat, 24 Jan 2004 01:33:49 +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. --- graphics/aalib/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/aalib') diff --git a/graphics/aalib/Makefile.common b/graphics/aalib/Makefile.common index 601d59597d0..6ce2fd61459 100644 --- a/graphics/aalib/Makefile.common +++ b/graphics/aalib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2004/01/20 12:18:15 agc Exp $ +# $NetBSD: Makefile.common,v 1.13 2004/01/24 01:33:49 kristerw Exp $ DISTNAME= aalib-${DIST_VERS} CATEGORIES+= graphics @@ -21,7 +21,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIGURE_ARGS+= --with-curses-driver=no .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -USE_PKGSRC_GCC= # defined +GCC_REQD= 2.95.3 .endif .if !target(post-patch) -- cgit v1.2.3