net-misc/nx: also force -j1 for nx-X11 BuildDependsOnly

Main build for nx-x11 already had the flag, needed also for this smaller
initial build step

Closes: https://bugs.gentoo.org/950287
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Bernard Cafarelli
2026-03-31 14:30:23 +02:00
parent 112dab9f31
commit e20feb39ea

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -129,8 +129,9 @@ src_compile() {
./mesa-quilt push -a || die
emake -C nx-X11 BuildDependsOnly
# Parallel make issue resurfaced, upstream working on autotools switch
# Upstream uses -j1 for both BuildDependsOnly and World due to
# broken parallel make in imake-generated Makefiles (bug #950287)
emake -j1 -C nx-X11 BuildDependsOnly
emake -j1 -C nx-X11 World \
USRLIBDIR="${EPREFIX}/usr/$(get_libdir)/${PN}/X11" \
SHLIBDIR="${EPREFIX}/usr/$(get_libdir)" \