diff options
author | Michael Januszewski <spock@gentoo.org> | 2008-09-14 11:25:39 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2008-09-14 11:25:39 +0000 |
commit | 637c0a3e71b26ff9bd0a671722bce74854e796fe (patch) | |
tree | 8f7764e939b1853368087699971a2f67839a871d /sci-visualization/opendx/opendx-4.4.4.ebuild | |
parent | Stable on sparc, bug #237335 (diff) | |
download | gentoo-2-637c0a3e71b26ff9bd0a671722bce74854e796fe.tar.gz gentoo-2-637c0a3e71b26ff9bd0a671722bce74854e796fe.tar.bz2 gentoo-2-637c0a3e71b26ff9bd0a671722bce74854e796fe.zip |
Fix concurrent make (bug #230535).
(Portage version: 2.2_rc8/cvs/Linux 2.6.26 x86_64)
Diffstat (limited to 'sci-visualization/opendx/opendx-4.4.4.ebuild')
-rw-r--r-- | sci-visualization/opendx/opendx-4.4.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-visualization/opendx/opendx-4.4.4.ebuild b/sci-visualization/opendx/opendx-4.4.4.ebuild index 0f9b0406d22a..a8f192da9e32 100644 --- a/sci-visualization/opendx/opendx-4.4.4.ebuild +++ b/sci-visualization/opendx/opendx-4.4.4.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/sci-visualization/opendx/opendx-4.4.4.ebuild,v 1.6 2008/06/29 11:46:50 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.4.4.ebuild,v 1.7 2008/09/14 11:25:38 spock Exp $ # Set SMP="no" to force disable of SMP compilation. # Set SMP="yes" to force enable of SMP compilation. @@ -76,6 +76,7 @@ src_unpack() { epatch "${FILESDIR}"/${PN}-compressed-man.patch epatch "${FILESDIR}"/${PN}-4.4.4-gcc43.patch epatch "${FILESDIR}"/${P}-libtool.patch + epatch "${FILESDIR}"/${P}-concurrent-make-fix.patch eautoreconf || die "Failed running eautoreconf." } |