diff options
Diffstat (limited to 'media-gfx/gtkam/gtkam-0.1.12-r2.ebuild')
-rw-r--r-- | media-gfx/gtkam/gtkam-0.1.12-r2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-gfx/gtkam/gtkam-0.1.12-r2.ebuild b/media-gfx/gtkam/gtkam-0.1.12-r2.ebuild index 0fa63d90652f..c22467f69b39 100644 --- a/media-gfx/gtkam/gtkam-0.1.12-r2.ebuild +++ b/media-gfx/gtkam/gtkam-0.1.12-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/gtkam-0.1.12-r2.ebuild,v 1.9 2006/11/23 00:10:35 tomk Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/gtkam-0.1.12-r2.ebuild,v 1.10 2007/05/08 14:17:47 dang Exp $ inherit eutils gnome2 @@ -39,6 +39,8 @@ src_unpack() { epatch "${FILESDIR}/${PN}-0.1.10-norpm.patch" epatch "${FILESDIR}/${PN}-0.1.12-helpdoc.patch" epatch "${FILESDIR}/${PN}-0.1.12-desktop-image.patch" + # Fix building with as-needed; bug #157893 + epatch "${FILESDIR}/${PN}-0.1.12-as-needed.patch" } src_install() { |