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

Collapse All | Expand All

(-)x2goclient-4.0.1.3-r1.ebuild (+1 lines)
Lines 27-32 Link Here
27
PLUGIN_BUILD=${WORKDIR}/${P}.plugin_build
27
PLUGIN_BUILD=${WORKDIR}/${P}.plugin_build
28
28
29
src_prepare() {
29
src_prepare() {
30
	epatch "${FILESDIR}/${PV}-timeout.patch"
30
	if ! use ldap; then
31
	if ! use ldap; then
31
		sed -e "s/-lldap//" -i x2goclient.pro || die
32
		sed -e "s/-lldap//" -i x2goclient.pro || die
32
		sed -e "s/#define USELDAP//" -i x2goclientconfig.h || die
33
		sed -e "s/#define USELDAP//" -i x2goclientconfig.h || die

Return to bug 506770