From 11a3eaac580fe14988898a9b05262ea46c84f801 Mon Sep 17 00:00:00 2001 From: Stefan Schweizer Date: Tue, 9 Oct 2007 21:21:46 +0000 Subject: Fix USE=-gnome thanks to Charles Clément in bug 195227 (Portage version: 2.1.3.12) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- net-im/ekiga/ChangeLog | 6 +++++- net-im/ekiga/ekiga-2.0.11.ebuild | 5 ++++- net-im/ekiga/files/not-gnome.patch | 13 +++++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 net-im/ekiga/files/not-gnome.patch (limited to 'net-im/ekiga') diff --git a/net-im/ekiga/ChangeLog b/net-im/ekiga/ChangeLog index fed4cb0d7ab4..d1d1920fffaa 100644 --- a/net-im/ekiga/ChangeLog +++ b/net-im/ekiga/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/ekiga # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekiga/ChangeLog,v 1.43 2007/10/08 14:39:32 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekiga/ChangeLog,v 1.44 2007/10/09 21:21:46 genstef Exp $ + + 09 Oct 2007; Stefan Schweizer +files/not-gnome.patch, + ekiga-2.0.11.ebuild: + Fix USE=-gnome thanks to Charles Clément in bug 195227 *ekiga-2.0.11 (08 Oct 2007) diff --git a/net-im/ekiga/ekiga-2.0.11.ebuild b/net-im/ekiga/ekiga-2.0.11.ebuild index 050d4279cbf5..2ecad5dfca3d 100644 --- a/net-im/ekiga/ekiga-2.0.11.ebuild +++ b/net-im/ekiga/ekiga-2.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekiga/ekiga-2.0.11.ebuild,v 1.1 2007/10/08 14:39:32 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekiga/ekiga-2.0.11.ebuild,v 1.2 2007/10/09 21:21:46 genstef Exp $ inherit gnome2 eutils flag-o-matic @@ -56,6 +56,9 @@ src_unpack() { cd "${S}" # Fix configure to install schemafile into the proper directory epatch "${FILESDIR}"/${PN}-1.99.0-configure.patch + + # fix -gnome compile, bug 133021 + epatch "${FILESDIR}"/not-gnome.patch } src_compile() { diff --git a/net-im/ekiga/files/not-gnome.patch b/net-im/ekiga/files/not-gnome.patch new file mode 100644 index 000000000000..79fe60104c36 --- /dev/null +++ b/net-im/ekiga/files/not-gnome.patch @@ -0,0 +1,13 @@ +Index: ekiga-2.0.11/lib/gmconf/gmconf-glib.c +=================================================================== +--- ekiga-2.0.11.orig/lib/gmconf/gmconf-glib.c ++++ ekiga-2.0.11/lib/gmconf/gmconf-glib.c +@@ -1473,7 +1473,7 @@ gm_conf_destroy (const gchar *namespac) + } + + gboolean +-gm_conf_is_key_writable (gchar *key) ++gm_conf_is_key_writable (const gchar *key) + { + g_return_val_if_fail (key != NULL, FALSE); + -- cgit v1.2.3-65-gdbad