summaryrefslogtreecommitdiff
path: root/graphics/aalib/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-29 06:32:02 +0000
committerjlam <jlam>2002-09-29 06:32:02 +0000
commit7787eeb1b97de88517db37e9e593622d096f84c6 (patch)
treec4c4dc9c5ab6f324835927ad969567fc6b60326e /graphics/aalib/Makefile.common
parent75e2094adcc8b990efe7f543d4d6cf7c607637f0 (diff)
downloadpkgsrc-7787eeb1b97de88517db37e9e593622d096f84c6.tar.gz
Use gcc/buildlink2.mk instead of Makefile.gcc.
Diffstat (limited to 'graphics/aalib/Makefile.common')
-rw-r--r--graphics/aalib/Makefile.common7
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/aalib/Makefile.common b/graphics/aalib/Makefile.common
index a3097784201..92b529df6fa 100644
--- a/graphics/aalib/Makefile.common
+++ b/graphics/aalib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2002/08/26 19:38:05 jlam Exp $
+# $NetBSD: Makefile.common,v 1.2 2002/09/29 06:32:02 jlam Exp $
DISTNAME= aalib-${DIST_VERS}
CATEGORIES+= graphics
@@ -20,10 +20,7 @@ USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.if (${MACHINE_ARCH} == arm32)
-GCC_VERSION!= gcc --version
-. if (${GCC_VERSION:C/-.*$$//} == egcs)
-. include "../../lang/gcc/Makefile.gcc"
-. endif
+. include "../../lang/gcc/buildlink2.mk"
.endif
.include "../../mk/texinfo.mk"