summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorrillig <rillig>2005-03-15 20:08:18 +0000
committerrillig <rillig>2005-03-15 20:08:18 +0000
commit2b5c37c4692b4e6e4ec0afe7d27a315be78c6c2a (patch)
treec1ab5de6a2843fa39222a4146d3eda3d150369af /audio
parent91f106426a669c6e2f299b7e01a143b345a63717 (diff)
downloadpkgsrc-2b5c37c4692b4e6e4ec0afe7d27a315be78c6c2a.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/Makefile3
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"