diff options
author | 2009-07-09 17:05:11 +0000 | |
---|---|---|
committer | 2009-07-09 17:05:11 +0000 | |
commit | 062383fb610cf4a2cc732d142f8545e7884bda21 (patch) | |
tree | dd961a0783ff20c6c45ec616045e6f82566a6d0f /net-voip | |
parent | And remove invalid inherit of eutils. (diff) | |
download | gentoo-2-062383fb610cf4a2cc732d142f8545e7884bda21.tar.gz gentoo-2-062383fb610cf4a2cc732d142f8545e7884bda21.tar.bz2 gentoo-2-062383fb610cf4a2cc732d142f8545e7884bda21.zip |
fix compilation with gcc-4.4, bug 269329
(Portage version: 13799-svn/cvs/Linux i686)
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/ekiga/ChangeLog | 5 | ||||
-rw-r--r-- | net-voip/ekiga/ekiga-3.2.4.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-voip/ekiga/ChangeLog b/net-voip/ekiga/ChangeLog index 3e2409c33c15..f61068863cf8 100644 --- a/net-voip/ekiga/ChangeLog +++ b/net-voip/ekiga/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-voip/ekiga # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ChangeLog,v 1.3 2009/07/03 11:36:47 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ChangeLog,v 1.4 2009/07/09 17:05:11 volkmar Exp $ + + 09 Jul 2009; Mounir Lamouri <volkmar@gentoo.org> ekiga-3.2.4.ebuild: + Fix compilation with gcc-4.4. Fix bug 269329. Thanks to Michal Górny. *ekiga-3.2.4 (03 Jul 2009) diff --git a/net-voip/ekiga/ekiga-3.2.4.ebuild b/net-voip/ekiga/ekiga-3.2.4.ebuild index 3acc21595db9..0c5c99e33d9a 100644 --- a/net-voip/ekiga/ekiga-3.2.4.ebuild +++ b/net-voip/ekiga/ekiga-3.2.4.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/net-voip/ekiga/ekiga-3.2.4.ebuild,v 1.1 2009/07/03 11:36:47 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/ekiga/ekiga-3.2.4.ebuild,v 1.2 2009/07/09 17:05:11 volkmar Exp $ EAPI="2" @@ -11,6 +11,7 @@ inherit eutils kde4-base gnome2 DESCRIPTION="H.323 and SIP VoIP softphone" HOMEPAGE="http://www.ekiga.org/" +SRC_URI="${SRC_URI} mirror://gentoo/${P}-remove-exceptions.patch.bz2" LICENSE="GPL-2" SLOT="0" @@ -149,6 +150,7 @@ src_prepare() { gnome2_src_prepare epatch "${FILESDIR}"/${P}-gtk+-2.12-fix.patch + epatch "${WORKDIR}"/${P}-remove-exceptions.patch # remove call to gconftool-2 --shutdown, upstream bug 555976 # gnome-2 eclass is reloading schemas with SIGHUP |