summaryrefslogtreecommitdiff
path: root/graphics/aalib
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-01-24 01:33:49 +0000
committerkristerw <kristerw>2004-01-24 01:33:49 +0000
commit30f644098529ba454f7be7b8c112fba2cbfe7d5f (patch)
treefde99e500031bed1cbb5608b9566d9a3d9124494 /graphics/aalib
parentbe35e72119f8bb616d55a95af8a5a3c960b68ebb (diff)
downloadpkgsrc-30f644098529ba454f7be7b8c112fba2cbfe7d5f.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 'graphics/aalib')
-rw-r--r--graphics/aalib/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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)