--- openssl-0.9.7j.ebuild 2006-06-28 05:35:45 +0000 +++ openssl-0.9.7j.ebuild 2006-06-28 12:16:04 +0000 @@ -104,6 +104,9 @@ shared threads \ || die "Configure failed" + # make sure sandbox doesnt die on *BSD + addpredict /dev/crypto + emake \ CC="$(tc-getCC)" MAKEDEPPROG="$(tc-getCC)" \ AR="$(tc-getAR) r" \ @@ -117,13 +120,13 @@ } src_test() { - # make sure sandbox doesnt die on *BSD - add_predict /dev/crypto - make test || die "make test failed" } src_install() { + # make sure sandbox doesnt die on *BSD + addpredict /dev/crypto + make INSTALL_PREFIX="${D}" MANDIR=/usr/share/man install || die dodoc CHANGES* FAQ NEWS README dodoc doc/*.txt