diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-28 17:15:37 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-28 17:15:37 +0000 |
commit | 9753b19a89b3e3ffd71e6e3d1531281c1368ea4c (patch) | |
tree | 2c6af9a11614d5f1134bf14a0f042ea9728d1a40 /net-voip/ekiga/ekiga-3.2.7.ebuild | |
parent | bump (diff) | |
download | gentoo-2-9753b19a89b3e3ffd71e6e3d1531281c1368ea4c.tar.gz gentoo-2-9753b19a89b3e3ffd71e6e3d1531281c1368ea4c.tar.bz2 gentoo-2-9753b19a89b3e3ffd71e6e3d1531281c1368ea4c.zip |
Fix building with x11-libs/libnotify >= 0.7 wrt #355929 by "Kobboi".
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'net-voip/ekiga/ekiga-3.2.7.ebuild')
-rw-r--r-- | net-voip/ekiga/ekiga-3.2.7.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-voip/ekiga/ekiga-3.2.7.ebuild b/net-voip/ekiga/ekiga-3.2.7.ebuild index 010771f46a38..c265b50bec4c 100644 --- a/net-voip/ekiga/ekiga-3.2.7.ebuild +++ b/net-voip/ekiga/ekiga-3.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ekiga-3.2.7.ebuild,v 1.7 2011/02/02 05:36:52 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ekiga-3.2.7.ebuild,v 1.8 2011/02/28 17:15:37 ssuominen Exp $ EAPI=3 @@ -8,7 +8,7 @@ KDE_REQUIRED="optional" CMAKE_REQUIRED="never" GCONF_DEBUG="no" # debug managed by the ebuild -inherit kde4-base gnome2 +inherit eutils kde4-base gnome2 # gnome2 at the end to make it default DESCRIPTION="H.323 and SIP VoIP softphone" @@ -117,6 +117,8 @@ pkg_setup() { } src_prepare() { + epatch "${FILESDIR}"/${P}-libnotify-0.7.patch + gnome2_src_prepare # remove call to gconftool-2 --shutdown, upstream bug 555976 |