summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-06-27 18:54:22 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-06-27 18:54:22 +0000
commitf660bfca2461bcb7702c9f4f707b3d5806b796e4 (patch)
tree0d104f2b431140bbbbb1e9908c901d74d7b2335a /net-wireless/gnome-bluetooth/gnome-bluetooth-0.4.1.ebuild
parentInitial import (diff)
downloadhistorical-f660bfca2461bcb7702c9f4f707b3d5806b796e4.tar.gz
historical-f660bfca2461bcb7702c9f4f707b3d5806b796e4.tar.bz2
historical-f660bfca2461bcb7702c9f4f707b3d5806b796e4.zip
make gnome-bluetooth work with bluez-libs-2.7 (#52547)
Diffstat (limited to 'net-wireless/gnome-bluetooth/gnome-bluetooth-0.4.1.ebuild')
-rw-r--r--net-wireless/gnome-bluetooth/gnome-bluetooth-0.4.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.4.1.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.4.1.ebuild
index 3eacbe68d29c..74056cfb4bd3 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.4.1.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.4.1.ebuild,v 1.10 2004/06/25 00:44:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.4.1.ebuild,v 1.11 2004/06/27 18:54:22 liquidx Exp $
inherit gnome2 eutils
@@ -27,7 +27,6 @@ RDEPEND=">=gnome-base/libgnomeui-2
>=dev-libs/glib-2
>=dev-libs/openobex-1
>=net-wireless/bluez-libs-2
- >=net-wireless/bluez-sdp-1
>=net-wireless/libbtctl-0.3"
DEPEND="${RDEPEND}
@@ -42,4 +41,6 @@ src_unpack() {
cd ${S}/libegg/libegg
epatch ${FILESDIR}/${P}-gtk24.patch
cp ${S}/libegg/libegg/util/eggmarshelers.h ${S}/libegg/libegg/toolbar
+ sed -i -e 's/-lsdp/-lsdp -lbluetooth/' ${S}/acinclude.m4
+ cd ${S}; aclocal; autoconf
}