diff options
Diffstat (limited to 'media-libs/libvorbis/libvorbis-1.1.2.ebuild')
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.1.2.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/media-libs/libvorbis/libvorbis-1.1.2.ebuild b/media-libs/libvorbis/libvorbis-1.1.2.ebuild index dbf3189219cf..eb487dd704e5 100644 --- a/media-libs/libvorbis/libvorbis-1.1.2.ebuild +++ b/media-libs/libvorbis/libvorbis-1.1.2.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.1.2.ebuild,v 1.1 2006/01/10 01:21:07 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.1.2.ebuild,v 1.2 2006/03/23 01:22:15 lostlogic Exp $ inherit libtool flag-o-matic eutils toolchain-funcs DESCRIPTION="the Ogg Vorbis sound file format library" HOMEPAGE="http://xiph.org/vorbis/" -SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.gz" +SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.gz +aotuv? mirror://gentoo/aotuvb4.51-${P}.diff.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sh ~sparc ~x86" -IUSE="" +IUSE="aotuv" RDEPEND=">=media-libs/libogg-1.0" DEPEND="${RDEPEND} @@ -27,6 +28,10 @@ src_unpack() { # seems it does not handle -mno-ieee-fp very well. sed -i -e "s:-mno-ieee-fp::g" configure + if use aotuv; then + epatch ${DISTDIR}/aotuvb4.51-${P}.diff.bz2 + fi + # Fixes some strange sed-, libtool- and ranlib-errors on # Mac OS X if use ppc-macos; then |