View | Details | Raw Unified
Collapse All | Expand All

(-) xemacs-21.4.10.ebuild.orig (-1 / +4 lines)
 Lines 108-113    Link Here 
        use canna && myconf="${myconf} --with-canna" ||
        use canna && myconf="${myconf} --with-canna" ||
                myconf="${myconf} --without-canna"
                myconf="${myconf} --without-canna"
	local my_pkgpath="/usr/lib/xemacs/xemacs-packages/"
	use mule && my_pkgpath="${my_pkgpath}:/usr/lib/xemacs/mule-packages"
	local soundconf="native"
	local soundconf="native"
	use nas	&& soundconf="${soundconf},nas"
	use nas	&& soundconf="${soundconf},nas"
 Lines 121-127    Link Here 
		--with-pop \
		--with-pop \
		--with-ncurses \
		--with-ncurses \
		--with-site-lisp=yes \
		--with-site-lisp=yes \
		--package-path=/usr/lib/xemacs/xemacs-packages/ \
		--package-path=${my_pkgpath} \
		--with-msw=no \
		--with-msw=no \
		|| die
		|| die