diff options
Diffstat (limited to 'net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild')
-rw-r--r-- | net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild index 79dedb547de0..95ffacc33bb6 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild,v 1.4 2010/12/19 11:51:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild,v 1.5 2010/12/31 19:20:55 pacho Exp $ EAPI="3" GCONF_DEBUG="yes" @@ -9,6 +9,7 @@ inherit eutils gnome2 multilib autotools DESCRIPTION="Fork of bluez-gnome focused on integration with GNOME" HOMEPAGE="http://live.gnome.org/GnomeBluetooth" +SRC_URI="${SRC_URI} mirror://gentoo/introspection.m4.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="2" @@ -62,8 +63,9 @@ src_prepare() { # Fix build with gobject-introspection 0.9, bug #344227 epatch "${FILESDIR}/${P}-introspection-build.patch" + cp "${WORKDIR}"/introspection.m4 . || die intltoolize --force --copy --automake || die "intltoolize failed" - eautoreconf + AT_M4DIR="." eautoreconf } src_install() { |