summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-libs/libvorbis/ChangeLog7
-rw-r--r--media-libs/libvorbis/libvorbis-1.2.0.ebuild7
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() {