View | Details | Raw Unified
Collapse All | Expand All

(-) obexftp-0.21.ebuild.orig (-2 / +6 lines)
 Lines 11-22    Link Here 
SLOT="0"
SLOT="0"
LICENSE="GPL-2"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc x86"
KEYWORDS="~amd64 ~ppc x86"
IUSE="bluetooth debug perl python swig tcltk"
IUSE="bluetooth debug nls perl python swig tcltk"
DEPEND=">=dev-libs/openobex-1.1
DEPEND=">=dev-libs/openobex-1.1
	bluetooth? ( >=net-wireless/bluez-libs-2.19 )
	bluetooth? ( >=net-wireless/bluez-libs-2.19 )
	perl? ( >=dev-lang/perl-5.8.6 )
	perl? ( >=dev-lang/perl-5.8.6 )
	python? ( >=dev-lang/python-2.4.2 )
	python? ( >=dev-lang/python-2.4.2 )
	nls? ( sys-lib/gettext )
	tcltk? ( >=dev-lang/tcl-8.4.9 )
	tcltk? ( >=dev-lang/tcl-8.4.9 )
	swig? ( >=dev-lang/swig-1.3.7 )"
	swig? ( >=dev-lang/swig-1.3.7 )"
 Lines 26-33    Link Here 
	epatch "${FILESDIR}/${P}-cobex_write.patch"
	epatch "${FILESDIR}/${P}-cobex_write.patch"
	epatch "${FILESDIR}/${P}-sdp-detection.patch"
	epatch "${FILESDIR}/${P}-sdp-detection.patch"
	use nls || \
		epatch "${FILESDIR}/${P}-no_iconv.patch"
	cd "${S}"
	cd "${S}"
	eautoreconf
	eautoconf
}
}
src_compile() {
src_compile() {