From add1801f3360d6122d0007025bc1c42f86cea3b5 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 3 Jan 2002 21:59:19 +0000 Subject: Build package with "gcc" package systems with "egcs" in base distribution instead of bailing out. --- audio/libvorbis/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/libvorbis') diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 464f7d629ca..20be15c82ae 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2002/01/02 12:39:36 lukem Exp $ +# $NetBSD: Makefile,v 1.15 2002/01/03 22:01:59 tron Exp $ DISTNAME= libvorbis-1.0rc3 PKGNAME= libvorbis-1.0.0.7 @@ -22,7 +22,7 @@ PLIST_SUBST+= DISTNAME=${DISTNAME} GCC_VERSION!=gcc --version .if (${GCC_VERSION:C/-.*$$//} == egcs) -IGNORE= "gcc ${GCC_VERSION} cannot be used, as it generates bad ogg files" +.include "../../lang/gcc/Makefile.gcc" .endif .include "../../audio/libogg/buildlink.mk" -- cgit v1.2.3