summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2007-09-05 16:23:48 +0000
committerJeroen Roovers <jer@gentoo.org>2007-09-05 16:23:48 +0000
commit93e2ee2584db4d4be06c37a2fb7038976504d844 (patch)
tree5e7957e83d6751a4a0e40c14231766937e30b8f4 /media-libs/libvorbis
parentx86 stable (diff)
downloadgentoo-2-93e2ee2584db4d4be06c37a2fb7038976504d844.tar.gz
gentoo-2-93e2ee2584db4d4be06c37a2fb7038976504d844.tar.bz2
gentoo-2-93e2ee2584db4d4be06c37a2fb7038976504d844.zip
Removing hppa hack.
(Portage version: 2.1.3.7)
Diffstat (limited to 'media-libs/libvorbis')
-rw-r--r--media-libs/libvorbis/ChangeLog5
-rw-r--r--media-libs/libvorbis/libvorbis-1.2.0.ebuild5
2 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/libvorbis/ChangeLog b/media-libs/libvorbis/ChangeLog
index dd5ae5fa978a..ef37330cf031 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.81 2007/09/04 17:46:17 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.82 2007/09/05 16:23:48 jer Exp $
+
+ 05 Sep 2007; Jeroen Roovers <jer@gentoo.org> libvorbis-1.2.0.ebuild:
+ Removing hppa hack.
*libvorbis-1.2.0 (04 Sep 2007)
diff --git a/media-libs/libvorbis/libvorbis-1.2.0.ebuild b/media-libs/libvorbis/libvorbis-1.2.0.ebuild
index d8a58bc7b34b..63343809385f 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.1 2007/09/04 17:46:17 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.0.ebuild,v 1.2 2007/09/05 16:23:48 jer Exp $
inherit libtool flag-o-matic eutils toolchain-funcs
@@ -34,9 +34,6 @@ src_compile() {
replace-flags -Os -O2
fi
- # gcc on hppa causes issues when assembling
- use hppa && replace-flags -march=2.0 -march=1.0
-
econf
emake || die "emake failed."
}