View | Details | Raw Unified
Collapse All | Expand All

(-) /var/portage/app-editors/xemacs/xemacs-21.4.12.ebuild (-8 / +10 lines)
 Lines 79-104    Link Here 
	if use X; then
	if use X; then
		myconf="--with-widgets=lucid"
		myconf="${myconf} --with-dialogs=lucid"
		myconf="${myconf} --with-scrollbars=lucid"
		myconf="${myconf} --with-menubars=lucid"
		if [ "`use motif`" ] ; then
		if [ "`use motif`" ] ; then
			myconf="--with-widgets=motif"
			myconf="--with-widgets=motif"
			myconf="${myconf} --with-dialogs=motif"
			myconf="${myconf} --with-dialogs=motif"
			myconf="${myconf} --with-scrollbars=motif"
			myconf="${myconf} --with-scrollbars=motif"
			myconf="${myconf} --with-menubars=lucid"
			myconf="${myconf} --with-menubars=lucid"
		fi
		elif [ "`use athena`" ] ; then
		if [ "`use athena`" ] ; then
			myconf="--with-widgets=athena"
			myconf="--with-widgets=athena"
			if [ "`use Xaw3d`" ] ; then
			if [ "`use Xaw3d`" ] ; then
				myconf="${myconf} --with-athena=xaw3d"
				myconf="${myconf} --with-athena=3d"
				myconf="${myconf} --with-scrollbars=lucid"
			elif [ "`use neXt`" ] ; then
			elif [ "`use neXt`" ] ; then
				myconf="${myconf} --with-athena=next"
				myconf="${myconf} --with-athena=next"
				myconf="${myconf} --with-scrollbars=athena"
			else
			else
				myconf="${myconf} --with-athena=3d"
				myconf="${myconf} --with-athena=xaw"
				myconf="${myconf} --with-scrollbars=lucid"
			fi
			fi
			myconf="${myconf} --with-dialogs=athena"
			myconf="${myconf} --with-dialogs=athena"
			myconf="${myconf} --with-menubars=lucid"
		else
			myconf="--with-widgets=lucid"
			myconf="${myconf} --with-dialogs=lucid"
			myconf="${myconf} --with-scrollbars=lucid"
			myconf="${myconf} --with-scrollbars=lucid"
			myconf="${myconf} --with-menubars=lucid"
			myconf="${myconf} --with-menubars=lucid"
		fi
		fi