From a01063da2d2b55cd4e8baf02b006880bcda5f34a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Mairb=C3=B6ck?= Date: Thu, 17 Apr 2025 19:01:01 +0200 Subject: [PATCH] xindy: try not building in parallel --- app-text/xindy/xindy-2.5.1.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/xindy/xindy-2.5.1.recipe b/app-text/xindy/xindy-2.5.1.recipe index af51c2690..66632a97a 100644 --- a/app-text/xindy/xindy-2.5.1.recipe +++ b/app-text/xindy/xindy-2.5.1.recipe @@ -76,7 +76,7 @@ BUILD() { autoreconf -fi runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir --enable-docs - make $jobArgs + make } INSTALL()