diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-20 20:36:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-20 20:36:14 +0000 |
commit | 47ee2a300a6242f073d121609c4b5b7a144e6c04 (patch) | |
tree | 335787356a23830cfe4eef8fdcff2850e3f285fb /media-sound/lame | |
parent | workaround broken --disable-nasm flag (diff) | |
download | gentoo-2-47ee2a300a6242f073d121609c4b5b7a144e6c04.tar.gz gentoo-2-47ee2a300a6242f073d121609c4b5b7a144e6c04.tar.bz2 gentoo-2-47ee2a300a6242f073d121609c4b5b7a144e6c04.zip |
oops
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/lame')
-rw-r--r-- | media-sound/lame/lame-3.99.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/lame/lame-3.99.3.ebuild b/media-sound/lame/lame-3.99.3.ebuild index 7249730f1324..702b97910fd7 100644 --- a/media-sound/lame/lame-3.99.3.ebuild +++ b/media-sound/lame/lame-3.99.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.3.ebuild,v 1.5 2012/01/20 20:32:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.99.3.ebuild,v 1.6 2012/01/20 20:36:14 ssuominen Exp $ EAPI=4 inherit autotools eutils @@ -37,8 +37,8 @@ src_prepare() { src_configure() { local myconf - use mmx && myconf="--enable-nasm" #361879 - use sndfile && myconf="--with-fileio=sndfile" + use mmx && myconf+="--enable-nasm" #361879 + use sndfile && myconf+=" --with-fileio=sndfile" econf \ $(use_enable static-libs static) \ |