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

(-)emacs-21.3-r1.ebuild (-2 / +9 lines)
Lines 46-53 Link Here
46
			--with-gif \
46
			--with-gif \
47
			--with-png" \
47
			--with-png" \
48
		|| myconf="${myconf} --without-x"
48
		|| myconf="${myconf} --without-x"
49
	use motif && myconf="${myconf} --with-x-toolkit=motif"
49
50
	use Xaw3d && myconf="${myconf} --with-x-toolkit=athena"
50
	if [ `use motif` ] ; then
51
             myconf="${myconf} --with-x-toolkit=motif"
52
	elif [ `use Xaw3d` ] ; then
53
	     myconf="${myconf} --with-x-toolkit=athena"
54
	else
55
	     myconf="${myconf} --with-x-toolkit=no"
56
	fi
57
51
	./configure --host=${CHOST} \
58
	./configure --host=${CHOST} \
52
		--prefix=/usr \
59
		--prefix=/usr \
53
		--libexecdir=/usr/lib \
60
		--libexecdir=/usr/lib \

Return to bug 35300