summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-01-16 17:57:36 +0000
committerwiz <wiz@pkgsrc.org>2010-01-16 17:57:36 +0000
commit13885fd0b0d59372b1c0e7c3e51cc73df7eb3c36 (patch)
tree0ac704b5b6fcae6a8673359e4d54107862fc85f6 /audio
parent88d21b79e7c9796cd68b9c289a0bb5c09b388df9 (diff)
downloadpkgsrc-13885fd0b0d59372b1c0e7c3e51cc73df7eb3c36.tar.gz
Remove workaround for compiler bug in gcc2 on sparc64.
Diffstat (limited to 'audio')
-rw-r--r--audio/faad2/Makefile4
-rw-r--r--audio/libid3tag/Makefile5
-rw-r--r--audio/libmad/Makefile5
-rw-r--r--audio/madplay/Makefile5
-rw-r--r--audio/speex/Makefile5
5 files changed, 5 insertions, 19 deletions
diff --git a/audio/faad2/Makefile b/audio/faad2/Makefile
index 53561101910..681132f2dba 100644
--- a/audio/faad2/Makefile
+++ b/audio/faad2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2009/08/11 11:16:37 drochner Exp $
+# $NetBSD: Makefile,v 1.46 2010/01/16 17:57:36 wiz Exp $
DISTNAME= faad2-2.7
PKGREVISION= 1
@@ -24,8 +24,6 @@ AUTOCONF_REQD= 2.50
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/faad2
-# Avoid an ICE in gcc2 on sparc64
-CONFIGURE_ENV+= F77=${FALSE:Q}
LIBS+= -lm
diff --git a/audio/libid3tag/Makefile b/audio/libid3tag/Makefile
index 6722f5dc150..8ee733bd777 100644
--- a/audio/libid3tag/Makefile
+++ b/audio/libid3tag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2008/05/20 13:31:39 simonb Exp $
+# $NetBSD: Makefile,v 1.23 2010/01/16 17:57:37 wiz Exp $
#
DISTNAME= libid3tag-0.15.1b
@@ -19,9 +19,6 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS+= pkg-config
-# Avoid an ICE in gcc2 on sparc64
-CONFIGURE_ENV+= F77=${FALSE:Q}
-
INSTALLATION_DIRS= lib/pkgconfig
post-build:
diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile
index 84a8f498fbb..c9fa5983478 100644
--- a/audio/libmad/Makefile
+++ b/audio/libmad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2007/06/08 18:34:38 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2010/01/16 17:57:37 wiz Exp $
#
DISTNAME= libmad-0.15.1b
@@ -19,9 +19,6 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS+= pkg-config
-# Avoid an ICE in gcc2 on sparc64
-CONFIGURE_ENV+= F77=${FALSE:Q}
-
INSTALLATION_DIRS= lib/pkgconfig
post-build:
diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile
index e8730b2ebdf..3778c7819db 100644
--- a/audio/madplay/Makefile
+++ b/audio/madplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2008/07/14 12:55:57 joerg Exp $
+# $NetBSD: Makefile,v 1.34 2010/01/16 17:57:37 wiz Exp $
#
DISTNAME= madplay-0.15.2b
@@ -17,9 +17,6 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS+= msgfmt
-# Avoid an ICE in gcc2 on sparc64
-CONFIGURE_ENV+= F77=${FALSE:Q}
-
.include "options.mk"
.include "../../audio/libid3tag/buildlink3.mk"
diff --git a/audio/speex/Makefile b/audio/speex/Makefile
index 8487763801c..e820aa93f6c 100644
--- a/audio/speex/Makefile
+++ b/audio/speex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2009/12/07 00:01:54 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2010/01/16 17:57:37 wiz Exp $
#
DISTNAME= speex-1.2rc1
@@ -23,9 +23,6 @@ CONFLICTS= Speex-[0-9]*
CONFIGURE_ARGS+= --with-ogg-dir=${BUILDLINK_PREFIX.libogg:Q}
-# Avoid an ICE in gcc2 on sparc64
-CONFIGURE_ENV+= F77=${FALSE:Q}
-
BUILDLINK_TRANSFORM+= l:gnugetopt:getopt
.include "options.mk"