freebsd-vagrant
freebsd-vagrant copied to clipboard
MAKE_JOBS_NUMBER in make.conf fails with cmake
By automatically detecting the number of CPUs in /etc/make.conf
with MAKE_JOBS_NUMBER= $(sysctl -a | grep hw.ncpu | awk '{print $2"*2"}' | bc)
causes any port that uses cmake to fail.
Switch back to manually assigning the number of make jobs.