diff options
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 ace29de46b0a..0f9b0406d22a 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.5 2008/05/18 15:57:19 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.4.4.ebuild,v 1.6 2008/06/29 11:46:50 markusle Exp $ # Set SMP="no" to force disable of SMP compilation. # Set SMP="yes" to force enable of SMP compilation. @@ -75,6 +75,7 @@ src_unpack() { epatch "${FILESDIR}"/${PN}-compressed-man.patch epatch "${FILESDIR}"/${PN}-4.4.4-gcc43.patch + epatch "${FILESDIR}"/${P}-libtool.patch eautoreconf || die "Failed running eautoreconf." } |