diff options
author | rillig <rillig@pkgsrc.org> | 2005-03-15 20:08:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-03-15 20:08:18 +0000 |
commit | 309ff6a5639195b63c2523ee9b1bab58171c7968 (patch) | |
tree | c1ab5de6a2843fa39222a4146d3eda3d150369af /audio | |
parent | 8eecc53fe36c36273215767787f443c1a21e0e33 (diff) | |
download | pkgsrc-309ff6a5639195b63c2523ee9b1bab58171c7968.tar.gz |
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.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/goom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |