--- /usr/portage/net-wireless/gnome-bluetooth/gnome-bluetooth-0.6.0.ebuild 2005-11-01 08:06:00.000000000 -0600 +++ /usr/local/portage/net-wireless/gnome-bluetooth/gnome-bluetooth-0.6.0.ebuild 2006-01-24 02:09:00.000000000 -0600 @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.6.0.ebuild,v 1.2 2005/11/01 14:03:41 brix Exp $ +# $Header: $ inherit distutils gnome2 eutils @@ -40,10 +40,16 @@ src_unpack() { unpack ${A} cd ${S} + epatch ${FILESDIR}/${PN}-0.5.1-obex_xfer_rate.patch + epatch ${FILESDIR}/${P}-permsdialog.patch + epatch ${FILESDIR}/${P}-libdir.patch + + export WANT_AUTOMAKE="1.5" libtoolize --force --copy || die aclocal || die - automake || die + automake -a || die + autoconf || die } pkg_postinst() {