diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-04-18 13:13:11 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-04-18 13:13:11 +0000 |
commit | 70c562396dd360f73b31f869c5a810f18eecf59a (patch) | |
tree | 1d3a5fbafbed6d8abfd3f15ceb846bcae6f011ba /sci-mathematics/octave/octave-2.1.73-r2.ebuild | |
parent | Version bump. Fixed tests. Added long description. Drop old. (diff) | |
download | historical-70c562396dd360f73b31f869c5a810f18eecf59a.tar.gz historical-70c562396dd360f73b31f869c5a810f18eecf59a.tar.bz2 historical-70c562396dd360f73b31f869c5a810f18eecf59a.zip |
Fix compile problems with gcc-4.3 (see bug #218176).
Package-Manager: portage-2.1.5_rc3
Diffstat (limited to 'sci-mathematics/octave/octave-2.1.73-r2.ebuild')
-rw-r--r-- | sci-mathematics/octave/octave-2.1.73-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/octave/octave-2.1.73-r2.ebuild b/sci-mathematics/octave/octave-2.1.73-r2.ebuild index fd45846c6ba9..408925b456e0 100644 --- a/sci-mathematics/octave/octave-2.1.73-r2.ebuild +++ b/sci-mathematics/octave/octave-2.1.73-r2.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-mathematics/octave/octave-2.1.73-r2.ebuild,v 1.8 2008/04/09 01:44:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r2.ebuild,v 1.9 2008/04/18 13:13:10 markusle Exp $ inherit flag-o-matic fortran autotools xemacs-elisp-common @@ -44,6 +44,7 @@ src_unpack() { epatch "${FILESDIR}"/${P}-gcc4.1-gentoo.patch epatch "${FILESDIR}"/${PN}-example-fix.patch epatch "${FILESDIR}"/${P}-f2c-fix.patch + epatch "${FILESDIR}"/${P}-gcc-4.3.patch eautoconf } |