diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2008-03-10 21:37:59 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2008-03-10 21:37:59 +0000 |
commit | 094f9c0a6b9009277e7fed9a51b267735862b413 (patch) | |
tree | dc2ae8b64dc197d16f5fe81d4dddfac3c193c8c6 /media-libs/libvorbis | |
parent | Remove old (diff) | |
download | gentoo-2-094f9c0a6b9009277e7fed9a51b267735862b413.tar.gz gentoo-2-094f9c0a6b9009277e7fed9a51b267735862b413.tar.bz2 gentoo-2-094f9c0a6b9009277e7fed9a51b267735862b413.zip |
fix quirky choices in configure
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs/libvorbis')
-rw-r--r-- | media-libs/libvorbis/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.2.0.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/libvorbis/ChangeLog b/media-libs/libvorbis/ChangeLog index d5a6da3d68ea..e8ce2288687b 100644 --- a/media-libs/libvorbis/ChangeLog +++ b/media-libs/libvorbis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libvorbis -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.91 2007/09/26 14:00:59 armin76 Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.92 2008/03/10 21:37:59 lu_zero Exp $ + + 10 Mar 2008; Luca Barbato <lu_zero@gentoo.org> libvorbis-1.2.0.ebuild: + Remove more insanity 26 Sep 2007; Raúl Porcel <armin76@gentoo.org> libvorbis-1.2.0.ebuild: sparc stable wrt security #186716 diff --git a/media-libs/libvorbis/libvorbis-1.2.0.ebuild b/media-libs/libvorbis/libvorbis-1.2.0.ebuild index adc67861db5d..713af616f71c 100644 --- a/media-libs/libvorbis/libvorbis-1.2.0.ebuild +++ b/media-libs/libvorbis/libvorbis-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.0.ebuild,v 1.11 2007/12/11 23:38:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.0.ebuild,v 1.12 2008/03/10 21:37:59 lu_zero Exp $ inherit libtool flag-o-matic eutils toolchain-funcs @@ -26,7 +26,8 @@ src_unpack() { epunt_cxx #74493 # Insane. - sed -i -e "s:-O20::g" configure + sed -i -e "s:-O20::g" -e "s:-mfused-madd::g" configure + sed -i -e "s:-mcpu=750::g" configure } src_compile() { |