Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 274005 | Differences between
and this patch

Collapse All | Expand All

(-)libsyncml/libsyncml-9999.ebuild (-3 / +3 lines)
Lines 4-10 Link Here
4
4
5
EAPI="1"
5
EAPI="1"
6
6
7
inherit cmake-utils eutils subversion 
7
inherit eutils subversion cmake-utils
8
8
9
DESCRIPTION="Implementation of the SyncML protocol"
9
DESCRIPTION="Implementation of the SyncML protocol"
10
HOMEPAGE="http://libsyncml.opensync.org/"
10
HOMEPAGE="http://libsyncml.opensync.org/"
Lines 22-28 Link Here
22
	dev-libs/libxml2
22
	dev-libs/libxml2
23
	http? ( >=net-libs/libsoup-2.2.91:2.2 )
23
	http? ( >=net-libs/libsoup-2.2.91:2.2 )
24
	obex? ( >=dev-libs/openobex-1.1 )
24
	obex? ( >=dev-libs/openobex-1.1 )
25
	bluetooth? ( net-wireless/bluez )"
25
	bluetooth? ( net-wireless/bluez-libs )"
26
DEPEND="${RDEPEND}
26
DEPEND="${RDEPEND}
27
	dev-util/pkgconfig
27
	dev-util/pkgconfig
28
	doc? ( app-doc/doxygen )"
28
	doc? ( app-doc/doxygen )"
Lines 55-61 Link Here
55
}
55
}
56
56
57
src_compile() {
57
src_compile() {
58
	local mycmakeargs="-DCMAKE_SKIP_RPATH=ON
58
	local mycmakeargs="
59
		$(cmake-utils_use_enable http HTTP)
59
		$(cmake-utils_use_enable http HTTP)
60
		$(cmake-utils_use_enable obex OBEX)
60
		$(cmake-utils_use_enable obex OBEX)
61
		$(cmake-utils_use_enable bluetooth BLUETOOTH)
61
		$(cmake-utils_use_enable bluetooth BLUETOOTH)

Return to bug 274005