diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-02-06 23:21:21 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-02-06 23:21:21 +0000 |
commit | ca3fa0a9e86aa6bb9589b7676349befcfd53809f (patch) | |
tree | 12e5d440c1ff44b3de3b1428a0e21e81e713392d /media-libs/tse3/tse3-0.3.1.ebuild | |
parent | Added http://home.coc-ag.de/dressler-ro/liflg/files/native to liflg mirror list. (diff) | |
download | gentoo-2-ca3fa0a9e86aa6bb9589b7676349befcfd53809f.tar.gz gentoo-2-ca3fa0a9e86aa6bb9589b7676349befcfd53809f.tar.bz2 gentoo-2-ca3fa0a9e86aa6bb9589b7676349befcfd53809f.zip |
Fix parallel make, bug #155715
(Portage version: 2.1.2-r8)
Diffstat (limited to 'media-libs/tse3/tse3-0.3.1.ebuild')
-rw-r--r-- | media-libs/tse3/tse3-0.3.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-libs/tse3/tse3-0.3.1.ebuild b/media-libs/tse3/tse3-0.3.1.ebuild index 9855af1cce59..2ec7cf612cf0 100644 --- a/media-libs/tse3/tse3-0.3.1.ebuild +++ b/media-libs/tse3/tse3-0.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tse3/tse3-0.3.1.ebuild,v 1.1 2006/11/19 04:30:41 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tse3/tse3-0.3.1.ebuild,v 1.2 2007/02/06 23:21:21 aballier Exp $ inherit eutils libtool autotools @@ -30,6 +30,8 @@ src_unpack() { # gcc-4 patch (bug #100708) epatch "${FILESDIR}"/${PN}-0.2.7-gcc4.patch + epatch "${FILESDIR}/${P}-parallelmake.patch" + eautoreconf elibtoolize } |