diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-06-02 12:57:09 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-06-02 12:57:09 +0000 |
commit | 479dbb9ba5afe52bb789ef325799672a7d6da758 (patch) | |
tree | a0990c50f88d9c2b2aee07a6614669ac6963b8fa /sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild | |
parent | Stable for amd64, wrt bug #417997 (diff) | |
download | historical-479dbb9ba5afe52bb789ef325799672a7d6da758.tar.gz historical-479dbb9ba5afe52bb789ef325799672a7d6da758.tar.bz2 historical-479dbb9ba5afe52bb789ef325799672a7d6da758.zip |
sci-libs/cifparse-obj: Fix for gcc-4.7
Package-Manager: portage-2.2.0_alpha109/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild')
-rw-r--r-- | sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild b/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild index 616f8844e045..5aabb24ab961 100644 --- a/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild +++ b/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild,v 1.7 2011/11/21 15:23:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cifparse-obj/cifparse-obj-7.025.ebuild,v 1.8 2012/06/02 12:57:09 jlec Exp $ inherit eutils toolchain-funcs @@ -28,7 +28,8 @@ src_unpack() { epatch \ "${FILESDIR}"/${P}-makefile.patch \ - "${FILESDIR}"/${P}-gcc4.3.patch + "${FILESDIR}"/${P}-gcc4.3.patch \ + "${FILESDIR}"/${P}-gcc4.7.patch sed -i \ -e "s:^\(CC=\).*:\1$(tc-getCC):g" \ |