summaryrefslogtreecommitdiff
path: root/audio/libvisual
diff options
context:
space:
mode:
authorrillig <rillig>2005-03-15 20:28:25 +0000
committerrillig <rillig>2005-03-15 20:28:25 +0000
commitdfa0db902726bcd1e436f418a15b0c383465752b (patch)
treeb5044c3eb0e6331c3c7023255cb3c0d7addca258 /audio/libvisual
parent949db1dfd4693b7d12d7b6ac584feac986aa33c6 (diff)
downloadpkgsrc-dfa0db902726bcd1e436f418a15b0c383465752b.tar.gz
libvisual uses inline assembler syntax that gcc-2.95.3 does not
understand. I assume gcc-3.0 will understand. For sure, gcc-3.3 will, as I have successfully built the package with it. Approved by jlam.
Diffstat (limited to 'audio/libvisual')
-rw-r--r--audio/libvisual/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libvisual/Makefile b/audio/libvisual/Makefile
index 5f22f8c2850..900486708f8 100644
--- a/audio/libvisual/Makefile
+++ b/audio/libvisual/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/02/20 15:06:17 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2005/03/15 20:28:25 rillig Exp $
#
DISTNAME= libvisual-0.2.0
@@ -15,8 +15,8 @@ USE_X11= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libvisual.pc.in
GNU_CONFIGURE= yes
-# Remove option that gcc 2.95 does not understand.
-BUILDLINK_TRANSFORM+= rm:-Wno-unused-variable
+# works with gcc-3.3, so this might have to be increased to 3.3
+GCC_REQD+= 3.0
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"