summaryrefslogtreecommitdiff
path: root/audio/libvisual/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-04-19 15:38:21 +0000
committerrillig <rillig@pkgsrc.org>2005-04-19 15:38:21 +0000
commit476ccede1c6c5bc20ca893a36c41fa672906d5d8 (patch)
treeb0dfa3d79462bc961279950b5226856f1cbd0b87 /audio/libvisual/Makefile
parent8f6d7bd93d92e9cef10d9af41b9dd22a2fe31100 (diff)
downloadpkgsrc-476ccede1c6c5bc20ca893a36c41fa672906d5d8.tar.gz
Removed the GCC_REQD line from the Makefile. Instead, patch-ab is used to
disable the i386 MMX statements for gcc-2.95. Approved by kristerw.
Diffstat (limited to 'audio/libvisual/Makefile')
-rw-r--r--audio/libvisual/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/libvisual/Makefile b/audio/libvisual/Makefile
index 78f22cf8ec1..f0718bd82cf 100644
--- a/audio/libvisual/Makefile
+++ b/audio/libvisual/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:44:54 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/04/19 15:38:21 rillig Exp $
#
DISTNAME= libvisual-0.2.0
@@ -14,8 +14,5 @@ USE_X11= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libvisual.pc.in
GNU_CONFIGURE= yes
-# 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"