diff options
Diffstat (limited to 'media-sound/lame')
-rw-r--r-- | media-sound/lame/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/lame/lame-3.98.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/media-sound/lame/ChangeLog b/media-sound/lame/ChangeLog index 3325c9514d23..486ddf7ffe86 100644 --- a/media-sound/lame/ChangeLog +++ b/media-sound/lame/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/lame # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.97 2008/07/16 14:19:15 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.98 2008/07/16 21:03:56 aballier Exp $ + + 16 Jul 2008; Alexis Ballier <aballier@gentoo.org> lame-3.98.ebuild: + Fix parallel make when enabling nasm. 16 Jul 2008; Alexis Ballier <aballier@gentoo.org> +files/lame-3.98-execstacks.patch, lame-3.98.ebuild: diff --git a/media-sound/lame/lame-3.98.ebuild b/media-sound/lame/lame-3.98.ebuild index 1c74f4ab0915..d9f4cf40cd9c 100644 --- a/media-sound/lame/lame-3.98.ebuild +++ b/media-sound/lame/lame-3.98.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.98.ebuild,v 1.4 2008/07/16 14:19:15 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.98.ebuild,v 1.5 2008/07/16 21:03:56 aballier Exp $ inherit flag-o-matic toolchain-funcs eutils autotools versionator @@ -47,6 +47,9 @@ src_unpack() { # Let it use proper %if statements for marking stacks as non executable epatch "${FILESDIR}"/${PN}-3.98-execstacks.patch + # It fails parallel make otherwise when enabling nasm... + mkdir "${S}/libmp3lame/i386/.libs" || die + AT_M4DIR="${S}" eautoreconf epunt_cxx # embedded bug #74498 } |