summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-09-05 16:29:50 +0000
committerSamuli Suominen <drac@gentoo.org>2007-09-05 16:29:50 +0000
commit266809c1a71fbc58a2047a273d1bd21d3adec8db (patch)
tree02103bc14f5a40145d5694e117708956db6d7653 /media-libs
parentRemoving hppa hack. (diff)
downloadgentoo-2-266809c1a71fbc58a2047a273d1bd21d3adec8db.tar.gz
gentoo-2-266809c1a71fbc58a2047a273d1bd21d3adec8db.tar.bz2
gentoo-2-266809c1a71fbc58a2047a273d1bd21d3adec8db.zip
Remove upstream flag -O20 which doesn't make sense.
(Portage version: 2.1.3.7)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libvorbis/ChangeLog5
-rw-r--r--media-libs/libvorbis/libvorbis-1.2.0.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/media-libs/libvorbis/ChangeLog b/media-libs/libvorbis/ChangeLog
index ef37330cf031..a4ebee0a98fb 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.82 2007/09/05 16:23:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.83 2007/09/05 16:29:50 drac Exp $
+
+ 05 Sep 2007; Samuli Suominen <drac@gentoo.org> libvorbis-1.2.0.ebuild:
+ Remove upstream flag -O20 which doesn't make sense.
05 Sep 2007; Jeroen Roovers <jer@gentoo.org> libvorbis-1.2.0.ebuild:
Removing hppa hack.
diff --git a/media-libs/libvorbis/libvorbis-1.2.0.ebuild b/media-libs/libvorbis/libvorbis-1.2.0.ebuild
index 63343809385f..51e78088f3c3 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
# 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.2 2007/09/05 16:23:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.0.ebuild,v 1.3 2007/09/05 16:29:50 drac Exp $
inherit libtool flag-o-matic eutils toolchain-funcs
@@ -24,6 +24,9 @@ src_unpack() {
elibtoolize
epunt_cxx #74493
+
+ # Insane.
+ sed -i -e "s:-O20::g" configure
}
src_compile() {