diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-06-24 07:43:11 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-06-24 07:43:11 +0000 |
commit | 559dfead50c8dd5bda398c0a12301e0e82211bb4 (patch) | |
tree | 3b0e77f8cac64ed060bf0042e610041c3c174529 /sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild | |
parent | Add patch to solve 'jobserver unavailable' issues (and increase parallel build). (diff) | |
download | gentoo-2-559dfead50c8dd5bda398c0a12301e0e82211bb4.tar.gz gentoo-2-559dfead50c8dd5bda398c0a12301e0e82211bb4.tar.bz2 gentoo-2-559dfead50c8dd5bda398c0a12301e0e82211bb4.zip |
sci-libs/libcmatrix: Fix compilation with gcc-4.7, #423181
(Portage version: 2.2.0_alpha112/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild')
-rw-r--r-- | sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild b/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild index af66637eb1e6..c86f94135834 100644 --- a/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild +++ b/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild,v 1.2 2012/05/04 09:03:48 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.9.0.ebuild,v 1.3 2012/06/24 07:43:11 jlec Exp $ EAPI="3" @@ -31,6 +31,7 @@ src_prepare() { "${FILESDIR}"/3.2.1-minuit2.patch \ "${FILESDIR}"/3.2.1-gcc4.4.patch \ "${FILESDIR}"/3.2.1-gcc4.6.patch \ + "${FILESDIR}"/3.2.1-gcc4.7.patch \ "${FILESDIR}"/${PV}-atlas.patch eautoreconf } |