Building xmail on sparc should use Makefile.slx --- xmail-1.16.ebuild.orig 2004-02-24 17:04:50.000000000 +0000 +++ xmail-1.16.ebuild 2004-02-24 17:07:11.000000000 +0000 @@ -28,7 +28,11 @@ } src_compile() { - emake -f Makefile.lnx || die + if [ `use x86`] ; then + emake -f Makefile.lnx || die + elif [ `use sparc` ]; then + emake -f Makefile.slx || die + fi sed -e "s:/var/MailRoot:/etc/xmail:g" sendmail.sh > sendmail.sh.new } Reproducible: Always Steps to Reproduce:
Applied patch and commited. Thanks a lot for the patch and the bug :)