--- xemacs-21.4.10.ebuild.orig 2002-12-08 20:40:33.000000000 -0800 +++ xemacs-21.4.10.ebuild 2002-12-10 17:03:30.000000000 -0800 @@ -108,6 +108,9 @@ use canna && myconf="${myconf} --with-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" use nas && soundconf="${soundconf},nas" @@ -121,7 +124,7 @@ --with-pop \ --with-ncurses \ --with-site-lisp=yes \ - --package-path=/usr/lib/xemacs/xemacs-packages/ \ + --package-path=${my_pkgpath} \ --with-msw=no \ || die