summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-06-03 17:19:14 +0000
committerAlin Năstac <mrness@gentoo.org>2006-06-03 17:19:14 +0000
commite5857b9a1c85658eb042c6bad28658a73f223058 (patch)
tree05b974da3237b2fc7787d8b44667820e106d0a2e /app-mobilephone/obexftp/obexftp-0.21.ebuild
parentdon't unpack the patch twice (diff)
downloadgentoo-2-e5857b9a1c85658eb042c6bad28658a73f223058.tar.gz
gentoo-2-e5857b9a1c85658eb042c6bad28658a73f223058.tar.bz2
gentoo-2-e5857b9a1c85658eb042c6bad28658a73f223058.zip
Detect and make use of SDP support only when bluetooth USE flag is enabled (#135344).
(Portage version: 2.0.54-r2)
Diffstat (limited to 'app-mobilephone/obexftp/obexftp-0.21.ebuild')
-rw-r--r--app-mobilephone/obexftp/obexftp-0.21.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/app-mobilephone/obexftp/obexftp-0.21.ebuild b/app-mobilephone/obexftp/obexftp-0.21.ebuild
index bcc716536ebe..e4c45c62129b 100644
--- a/app-mobilephone/obexftp/obexftp-0.21.ebuild
+++ b/app-mobilephone/obexftp/obexftp-0.21.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/obexftp-0.21.ebuild,v 1.1 2006/06/02 18:57:18 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/obexftp/obexftp-0.21.ebuild,v 1.2 2006/06/03 17:19:14 mrness Exp $
-inherit perl-module flag-o-matic eutils
+inherit eutils perl-module flag-o-matic autotools
DESCRIPTION="File transfer over OBEX for mobile phones"
SRC_URI="http://triq.net/obexftp/${P}.tar.bz2"
@@ -24,6 +24,10 @@ src_unpack() {
unpack ${A}
epatch "${FILESDIR}/${P}-cobex_write.patch"
+ epatch "${FILESDIR}/${P}-sdp-detection.patch"
+
+ cd "${S}"
+ eautoreconf
}
src_compile() {