diff options
author | 2008-05-18 15:57:20 +0000 | |
---|---|---|
committer | 2008-05-18 15:57:20 +0000 | |
commit | 008e1b0b70d0f13577a7b2c89cb7dcb117f3fb96 (patch) | |
tree | d1501a63554cedbecdeae94999afc8a86815fda0 /sci-visualization/opendx/opendx-4.4.4.ebuild | |
parent | Stable for HPPA (bug #218065). (diff) | |
download | historical-008e1b0b70d0f13577a7b2c89cb7dcb117f3fb96.tar.gz historical-008e1b0b70d0f13577a7b2c89cb7dcb117f3fb96.tar.bz2 historical-008e1b0b70d0f13577a7b2c89cb7dcb117f3fb96.zip |
Add a patch to allow compilation with GCC 4.3.
Package-Manager: portage-2.1.5
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 19941646be41..ace29de46b0a 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.4 2008/04/05 17:24:33 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.4.4.ebuild,v 1.5 2008/05/18 15:57:19 spock Exp $ # Set SMP="no" to force disable of SMP compilation. # Set SMP="yes" to force enable of SMP compilation. @@ -74,6 +74,7 @@ src_unpack() { fi epatch "${FILESDIR}"/${PN}-compressed-man.patch + epatch "${FILESDIR}"/${PN}-4.4.4-gcc43.patch eautoreconf || die "Failed running eautoreconf." } |