diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-10-16 20:37:03 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-10-16 20:37:03 +0000 |
commit | 95c50c6e710ee7ff909bf302ca001495bbf67d03 (patch) | |
tree | 28cd6849c0510b4d5ce3530c3c3ddf4aa86c06db /net-wireless/libbtctl/libbtctl-0.3.ebuild | |
parent | repoman: Trim trailing whitespace (diff) | |
download | historical-95c50c6e710ee7ff909bf302ca001495bbf67d03.tar.gz historical-95c50c6e710ee7ff909bf302ca001495bbf67d03.tar.bz2 historical-95c50c6e710ee7ff909bf302ca001495bbf67d03.zip |
fix missing libsdp problem for 0.3
Diffstat (limited to 'net-wireless/libbtctl/libbtctl-0.3.ebuild')
-rw-r--r-- | net-wireless/libbtctl/libbtctl-0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/libbtctl/libbtctl-0.3.ebuild b/net-wireless/libbtctl/libbtctl-0.3.ebuild index 5a1ed3adf3f9..43e0b3317000 100644 --- a/net-wireless/libbtctl/libbtctl-0.3.ebuild +++ b/net-wireless/libbtctl/libbtctl-0.3.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/libbtctl/libbtctl-0.3.ebuild,v 1.11 2004/10/16 17:45:37 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/libbtctl/libbtctl-0.3.ebuild,v 1.12 2004/10/16 20:37:03 liquidx Exp $ inherit gnome2 @@ -26,7 +26,7 @@ DOCS="README NEWS ChangeLog AUTHORS COPYING" src_unpack() { unpack ${A} - sed -i -e 's/-lsdp/-lsdp -lbluetooth/' ${S}/bluez-sdp.m4 + sed -i -e 's/-lsdp/-lbluetooth/' ${S}/bluez-sdp.m4 cd ${S} cat bluez-sdp.m4 bluez-libs.m4 >acinclude.m4 aclocal; autoconf |