commit:     859d9140a96b785ab1ffa027b94b55864ea18070
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  8 11:39:11 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Nov  8 11:39:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859d9140

dev-scheme/mit-scheme: build microcode first

Closes: https://bugs.gentoo.org/879901
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-scheme/mit-scheme/mit-scheme-11.2.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-scheme/mit-scheme/mit-scheme-11.2.ebuild 
b/dev-scheme/mit-scheme/mit-scheme-11.2.ebuild
index b2cbd7f95756..3983d9d42651 100644
--- a/dev-scheme/mit-scheme/mit-scheme-11.2.ebuild
+++ b/dev-scheme/mit-scheme/mit-scheme-11.2.ebuild
@@ -41,6 +41,9 @@ src_configure() {
 }
 
 src_compile() {
+       # Compile the "microcode" first, bug #879901
+       emake -C microcode
+
        # Fails with multiple make-jobs, at least it compiles relatively fast.
        emake -j1
 }
@@ -53,7 +56,7 @@ src_compile() {
 # runtime/test-flonum.com
 
 src_test() {
-       FAST=y emake check
+       FAST=y emake check -j1
 }
 
 src_install() {

Reply via email to