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

(-)mldonkey-2.6.0.ebuild (-3 / +4 lines)
Lines 52-59 Link Here
52
52
53
src_compile() {
53
src_compile() {
54
	myconf="";
54
	myconf="";
55
	if use gtk || use gkt2; then
55
	if use gkt2; then
56
		myconf="--enable-gui"
56
		myconf="--enable-gui=newgui2"
57
	elif use gtk; then
58
		 myconf="--enable-gui=newgui1"
57
	fi;
59
	fi;
58
	econf \
60
	econf \
59
		--sysconfdir=/etc/mldonkey \
61
		--sysconfdir=/etc/mldonkey \
Lines 62-68 Link Here
62
		--enable-checks \
64
		--enable-checks \
63
		--disable-batch \
65
		--disable-batch \
64
		--enable-pthread \
66
		--enable-pthread \
65
		`use_enable gtk2` \
66
		`use_enable gd` \
67
		`use_enable gd` \
67
		${myconf} || die "Configure Failed!"
68
		${myconf} || die "Configure Failed!"
68
69

Return to bug 102097