summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-02-21 02:49:07 +0000
committerMike Frysinger <vapier@gentoo.org>2007-02-21 02:49:07 +0000
commit10124e7305967753aabc1c17475700f92da18b49 (patch)
treedb2e39b51fe11482704d39cdf1ba220809bcd796 /media-sound/lame
parentarm/ia64/s390/sh stable (diff)
downloadgentoo-2-10124e7305967753aabc1c17475700f92da18b49.tar.gz
gentoo-2-10124e7305967753aabc1c17475700f92da18b49.tar.bz2
gentoo-2-10124e7305967753aabc1c17475700f92da18b49.zip
arm/sh stable
(Portage version: 2.1.2-r10)
Diffstat (limited to 'media-sound/lame')
-rw-r--r--media-sound/lame/lame-3.97.ebuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/media-sound/lame/lame-3.97.ebuild b/media-sound/lame/lame-3.97.ebuild
index b00189446130..f23ac7a4ae9b 100644
--- a/media-sound/lame/lame-3.97.ebuild
+++ b/media-sound/lame/lame-3.97.ebuild
@@ -1,9 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.97.ebuild,v 1.8 2007/02/19 03:59:11 weeve Exp $
-
-WANT_AUTOMAKE="latest"
-WANT_AUTOCONF="latest"
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.97.ebuild,v 1.9 2007/02/21 02:49:07 vapier Exp $
inherit flag-o-matic toolchain-funcs eutils autotools
@@ -13,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
IUSE="gtk debug mp3rtp"
RDEPEND=">=sys-libs/ncurses-5.2
@@ -47,8 +44,6 @@ src_compile() {
is-flag "-march=k6-2" && filter-flags "-fomit-frame-pointer"
is-flag "-march=k6" && filter-flags "-fomit-frame-pointer"
- [ "`gcc-fullversion`" == "3.3.2" ] && replace-flags -march=2.0 -march=1.0
-
# The user sets compiler optimizations... But if you'd like
# lame to choose it's own... uncomment one of these (experiMENTAL)
# myconf="${myconf} --enable-expopt=full \
@@ -65,7 +60,7 @@ src_compile() {
}
src_install() {
- make DESTDIR="${D}" pkghtmldir="/usr/share/doc/${PF}/html" install || die
+ emake DESTDIR="${D}" pkghtmldir="/usr/share/doc/${PF}/html" install || die
dodoc API ChangeLog HACKING README* STYLEGUIDE TODO USAGE
dohtml misc/lameGUI.html Dll/LameDLLInterface.htm