diff options
author | 2009-05-24 10:07:59 +0000 | |
---|---|---|
committer | 2009-05-24 10:07:59 +0000 | |
commit | dc76e923029ab2461b8ef9501f213ccab5e19605 (patch) | |
tree | d063d6fa27c9b0bf58907c483898ace3a3243f2f /media-gfx/hugin/hugin-0.7.0.ebuild | |
parent | gnonlin bump (diff) | |
download | gentoo-2-dc76e923029ab2461b8ef9501f213ccab5e19605.tar.gz gentoo-2-dc76e923029ab2461b8ef9501f213ccab5e19605.tar.bz2 gentoo-2-dc76e923029ab2461b8ef9501f213ccab5e19605.zip |
fix building with gcc-4.4 by David Watzke, bug #270593
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'media-gfx/hugin/hugin-0.7.0.ebuild')
-rw-r--r-- | media-gfx/hugin/hugin-0.7.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/hugin/hugin-0.7.0.ebuild b/media-gfx/hugin/hugin-0.7.0.ebuild index 7a9773145075..10720d6e9810 100644 --- a/media-gfx/hugin/hugin-0.7.0.ebuild +++ b/media-gfx/hugin/hugin-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.7.0.ebuild,v 1.7 2009/03/19 19:11:48 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.7.0.ebuild,v 1.8 2009/05/24 10:07:59 maekke Exp $ EAPI="1" WX_GTK_VER="2.8" @@ -46,4 +46,5 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${PN}-0.7.0_rc2-as-needed.patch + epatch "${FILESDIR}"/${P}-gcc44.patch } |