pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[patch] x11/qt5-qtwebengine MAKE_JOBS ignored
Ran out of swap building x11/qt5-qtwebengine & discovered my
MAKE_JOBS.x11/qt5-qtwebengine= 4
override was being ignored. Attached patch seems to be the current
solution being used elsewhere?
--
Paul Ripke
"Great minds discuss ideas, average minds discuss events, small minds
discuss people."
-- Disputed: Often attributed to Eleanor Roosevelt. 1948.
diff --git a/x11/qt5-qtwebengine/Makefile b/x11/qt5-qtwebengine/Makefile
index c90223f1788c..4f44fbc65d27 100644
--- a/x11/qt5-qtwebengine/Makefile
+++ b/x11/qt5-qtwebengine/Makefile
@@ -27,7 +27,7 @@ BUILD_DEPENDS+= nodejs>=14:../../lang/nodejs
BUILDLINK_TRANSFORM.NetBSD+= rm:-fgnu-inline-asm
-MAKE_ENV+= NINJAJOBS="-j ${MAKE_JOBS:U1}"
+MAKE_ENV+= NINJAJOBS="-j ${_MAKE_JOBS_N:U1}"
UNLIMIT_RESOURCES+= datasize
Home |
Main Index |
Thread Index |
Old Index