diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2006-04-14 20:06:19 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2006-04-14 20:06:19 +0000 |
commit | 94047cd8f03882629a6dbd8befa5f1f8db5866d6 (patch) | |
tree | 1b3007d95dddf6108eb2eac173093f992bb3592a /sci-mathematics/gturing/gturing-0.1.1.ebuild | |
parent | Version bump, thanks to Etienne Dube <etdube@globetrotter.net> for the bumped... (diff) | |
download | gentoo-2-94047cd8f03882629a6dbd8befa5f1f8db5866d6.tar.gz gentoo-2-94047cd8f03882629a6dbd8befa5f1f8db5866d6.tar.bz2 gentoo-2-94047cd8f03882629a6dbd8befa5f1f8db5866d6.zip |
Applied GCC 4.1 patch, thanks to Mark Loeser <halcy0n@gentoo.org>, closes bug 125188.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'sci-mathematics/gturing/gturing-0.1.1.ebuild')
-rw-r--r-- | sci-mathematics/gturing/gturing-0.1.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-mathematics/gturing/gturing-0.1.1.ebuild b/sci-mathematics/gturing/gturing-0.1.1.ebuild index f9afdbad83d7..06c1eb8e3f97 100644 --- a/sci-mathematics/gturing/gturing-0.1.1.ebuild +++ b/sci-mathematics/gturing/gturing-0.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gturing/gturing-0.1.1.ebuild,v 1.2 2005/08/23 02:47:35 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gturing/gturing-0.1.1.ebuild,v 1.3 2006/04/14 20:06:19 cryos Exp $ inherit eutils @@ -18,7 +18,8 @@ DEPEND=">=gnome-base/libgnomeui-2.0.0" src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${P}-gettext.patch + epatch ${FILESDIR}/${P}-gettext.patch + epatch ${FILESDIR}/${P}-gcc-41.patch } src_compile() { |