diff options
author | 2012-11-30 16:07:37 +0000 | |
---|---|---|
committer | 2012-11-30 16:07:37 +0000 | |
commit | dde8128c336f1816dd2fd07860ba33b720d23c68 (patch) | |
tree | 54fb8c7d97a4ccfd5761848757c45ee7e3b783a9 /sys-devel/llvm/llvm-2.9-r2.ebuild | |
parent | Version bump. Switch to EAPI 5. (diff) | |
download | historical-dde8128c336f1816dd2fd07860ba33b720d23c68.tar.gz historical-dde8128c336f1816dd2fd07860ba33b720d23c68.tar.bz2 historical-dde8128c336f1816dd2fd07860ba33b720d23c68.zip |
Fix compilation with gcc 4.7, reported by José Romildo Malaquias in bug #444550
Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64
Manifest-Sign-Key: 0xC74525F2
Diffstat (limited to 'sys-devel/llvm/llvm-2.9-r2.ebuild')
-rw-r--r-- | sys-devel/llvm/llvm-2.9-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-2.9-r2.ebuild b/sys-devel/llvm/llvm-2.9-r2.ebuild index a7013182152d..0d36e633cd9a 100644 --- a/sys-devel/llvm/llvm-2.9-r2.ebuild +++ b/sys-devel/llvm/llvm-2.9-r2.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/sys-devel/llvm/llvm-2.9-r2.ebuild,v 1.9 2012/07/03 14:32:17 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.9-r2.ebuild,v 1.10 2012/11/30 16:07:29 voyageur Exp $ EAPI="3" inherit eutils flag-o-matic multilib toolchain-funcs pax-utils @@ -86,6 +86,9 @@ src_prepare() { # Upstream commit r131062 epatch "${FILESDIR}"/${P}-Operator.h-c++0x.patch + + # Additional unistd.h include for GCC 4.7 + epatch "${FILESDIR}"/${P}-gcc4.7.patch } src_configure() { |