diff options
author | jlam <jlam> | 2002-09-29 06:32:02 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-29 06:32:02 +0000 |
commit | 7787eeb1b97de88517db37e9e593622d096f84c6 (patch) | |
tree | c4c4dc9c5ab6f324835927ad969567fc6b60326e /graphics | |
parent | 75e2094adcc8b990efe7f543d4d6cf7c607637f0 (diff) | |
download | pkgsrc-7787eeb1b97de88517db37e9e593622d096f84c6.tar.gz |
Use gcc/buildlink2.mk instead of Makefile.gcc.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aalib/Makefile.common | 7 |
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" |