diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-30 14:07:55 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-30 14:07:55 +0000 |
commit | b6f3bacfd264d065f72f1b2c930e2416baae82b8 (patch) | |
tree | 379f46654f454fa21f04b90da174bf4d5d068118 /net-voip/sflphone/sflphone-0.9.8.4.ebuild | |
parent | Version bump, remove old. (diff) | |
download | gentoo-2-b6f3bacfd264d065f72f1b2c930e2416baae82b8.tar.gz gentoo-2-b6f3bacfd264d065f72f1b2c930e2416baae82b8.tar.bz2 gentoo-2-b6f3bacfd264d065f72f1b2c930e2416baae82b8.zip |
Fix building with x11-libs/libnotify >= 0.7.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'net-voip/sflphone/sflphone-0.9.8.4.ebuild')
-rw-r--r-- | net-voip/sflphone/sflphone-0.9.8.4.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-voip/sflphone/sflphone-0.9.8.4.ebuild b/net-voip/sflphone/sflphone-0.9.8.4.ebuild index 4cef0cd0cb08..d0a30cea0cb3 100644 --- a/net-voip/sflphone/sflphone-0.9.8.4.ebuild +++ b/net-voip/sflphone/sflphone-0.9.8.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/sflphone-0.9.8.4.ebuild,v 1.5 2010/11/04 17:36:21 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/sflphone-0.9.8.4.ebuild,v 1.6 2011/01/30 14:07:55 ssuominen Exp $ EAPI="2" -inherit autotools +inherit autotools eutils DESCRIPTION="SFLphone is a robust standards-compliant enterprise softphone, for desktop and embedded systems." HOMEPAGE="http://www.sflphone.org/" @@ -52,6 +52,8 @@ DEPEND="${CDEPEND} RDEPEND="${CDEPEND}" src_prepare() { + epatch "${FILESDIR}"/${P}-libnotify-0.7.patch + if ! use gnome; then ewarn ewarn "No clients selected. Use USE=gnome to get the gnome client." |