Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 181271
Collapse All | Expand All

(-)/usr/portage/kde-base/kdesdk-kioslaves/kdesdk-kioslaves-3.5.7.ebuild (-2 / +2 lines)
Lines 29-38 Link Here
29
}
29
}
30
30
31
src_compile() {
31
src_compile() {
32
	if [[ -n "$(ldd /usr/bin/svn | grep -o libapr-0)" ]] ; then
32
	if [[ -n "$(ldd /usr/bin/svn | grep -o libapr-0)" ]] ; then
33
		myconf="--with-apr-config=/usr/bin/apr-config"
33
		myconf="--with-apr-config=/usr/bin/apr-config --with-apu-config=/usr/bin/apu-config"
34
	else
34
	else
35
		myconf="--with-apr-config=/usr/bin/apr-1-config"
35
		myconf="--with-apr-config=/usr/bin/apr-1-config --with-apu-config=/usr/bin/apu-1-config"
36
	fi
36
	fi
37
	kde-meta_src_compile
37
	kde-meta_src_compile
38
}
38
}

Return to bug 181271