diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-04-20 18:11:01 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-04-20 18:11:01 +0000 |
commit | 2fc2fbddd210629bde5347aadddb71d73c5d1257 (patch) | |
tree | 330177ba6f197218cd6bf4a1a32163b745ea4014 /net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild | |
parent | Unmask now that openssh/neon fixes are in place. (diff) | |
download | gentoo-2-2fc2fbddd210629bde5347aadddb71d73c5d1257.tar.gz gentoo-2-2fc2fbddd210629bde5347aadddb71d73c5d1257.tar.bz2 gentoo-2-2fc2fbddd210629bde5347aadddb71d73c5d1257.zip |
Fix glib-2.32 compilation, bug #412727 by Anton Kochkov. Drop old.
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild')
-rw-r--r-- | net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild b/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild index b52a706f2e94..938a2eccf3b3 100644 --- a/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild +++ b/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild,v 1.8 2012/03/06 22:01:18 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild,v 1.9 2012/04/20 18:11:01 pacho Exp $ EAPI="4" GNOME_TARBALL_SUFFIX="bz2" @@ -50,8 +50,6 @@ pkg_setup() { } src_prepare() { - gnome2_src_prepare - # Use system libasyncns, bug #236844 epatch "${FILESDIR}/${P}-asyncns-system.patch" @@ -83,5 +81,8 @@ src_prepare() { # Upstream: http://loudmouth.lighthouseapp.com/projects/17276/tickets/61 epatch "${FILESDIR}/${P}-invalid-unicode.patch" + epatch "${FILESDIR}/${P}-glib-2.32.patch" + eautoreconf + gnome2_src_prepare } |