diff options
Diffstat (limited to 'media-gfx/inkscape/inkscape-0.43.ebuild')
-rw-r--r-- | media-gfx/inkscape/inkscape-0.43.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-gfx/inkscape/inkscape-0.43.ebuild b/media-gfx/inkscape/inkscape-0.43.ebuild index a3da550170e0..7d261fd8e43b 100644 --- a/media-gfx/inkscape/inkscape-0.43.ebuild +++ b/media-gfx/inkscape/inkscape-0.43.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.43.ebuild,v 1.6 2005/11/27 19:53:31 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.43.ebuild,v 1.7 2005/11/28 19:13:39 hanno Exp $ inherit gnome2 eutils @@ -59,6 +59,9 @@ src_unpack() { unpack ${A} cd ${S} + + epatch ${FILESDIR}/inkscape-0.43-gcc41.patch + autoconf || die libtoolize --copy --force || die } |