diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-16 17:57:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-16 17:57:36 +0000 |
commit | 13885fd0b0d59372b1c0e7c3e51cc73df7eb3c36 (patch) | |
tree | 0ac704b5b6fcae6a8673359e4d54107862fc85f6 /audio/speex/Makefile | |
parent | 88d21b79e7c9796cd68b9c289a0bb5c09b388df9 (diff) | |
download | pkgsrc-13885fd0b0d59372b1c0e7c3e51cc73df7eb3c36.tar.gz |
Remove workaround for compiler bug in gcc2 on sparc64.
Diffstat (limited to 'audio/speex/Makefile')
-rw-r--r-- | audio/speex/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
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" |