diff options
author | Thomas Kahle <tomka@gentoo.org> | 2015-03-01 12:22:49 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2015-03-01 12:22:49 +0000 |
commit | 4740d2deb4cde2f714f24573a12b66981d845b2e (patch) | |
tree | 50618451ca12cd75c72cdfdb0e833c5204cc4bb4 /sci-mathematics/normaliz/normaliz-2.12.2.ebuild | |
parent | update maintainer in metadata (diff) | |
download | gentoo-2-4740d2deb4cde2f714f24573a12b66981d845b2e.tar.gz gentoo-2-4740d2deb4cde2f714f24573a12b66981d845b2e.tar.bz2 gentoo-2-4740d2deb4cde2f714f24573a12b66981d845b2e.zip |
Fix gcc-4.9 build (541364)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
Diffstat (limited to 'sci-mathematics/normaliz/normaliz-2.12.2.ebuild')
-rw-r--r-- | sci-mathematics/normaliz/normaliz-2.12.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/normaliz/normaliz-2.12.2.ebuild b/sci-mathematics/normaliz/normaliz-2.12.2.ebuild index 027b7eb1e88c..07f3a2f24db4 100644 --- a/sci-mathematics/normaliz/normaliz-2.12.2.ebuild +++ b/sci-mathematics/normaliz/normaliz-2.12.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.12.2.ebuild,v 1.1 2015/01/29 10:02:44 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.12.2.ebuild,v 1.2 2015/03/01 12:22:49 tomka Exp $ EAPI=5 @@ -28,6 +28,7 @@ S=${WORKDIR}/${MYP} src_prepare () { epatch "${FILESDIR}/${PN}-2.12.1-respect-flags.patch" + epatch "${FILESDIR}/${PN}-2.12.2-gcc49.patch" # Respect users AR tool (Bug 474532) sed -e "s:ar -cr:$(tc-getAR) -cr:" -i source/libnormaliz/Makefile || die |