From 309ff6a5639195b63c2523ee9b1bab58171c7968 Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 15 Mar 2005 20:08:18 +0000 Subject: This package needs gcc-3.0 because it uses some inline assembler syntax that gcc-2.95.3 does not understand. If the package breaks with gcc-3.0, please increase GCC_REQD to 3.3 (which I tested). Approved by jlam. --- audio/goom/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/goom/Makefile b/audio/goom/Makefile index a338aa053ec..374846113d6 100644 --- a/audio/goom/Makefile +++ b/audio/goom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/02/26 02:07:19 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2005/03/15 20:08:18 rillig Exp $ # DISTNAME= goom-2k4-0-src @@ -16,6 +16,7 @@ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgoom2.pc.in GNU_CONFIGURE= yes +GCC_REQD+= 3.3 .include "../../devel/pkgconfig/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" -- cgit v1.2.3