freebsd-ports/databases/libmemcached
Bryan Drewery 1fe36074e0 Fix MAKE_JOBS support.
- This port uses ax_am_jobserver [1] which uses CPU_COUNT from
  ax_count_cpus [2] to force -j to match the number of CPUs in
  the system rather than the amount already specified by -j to
  'gmake all'.  The ax_count_cpus script is broken on FreeBSD
  and the ax_am_jobserver code has no current support for
  FreeBSD and uses a bashism, thus this always builds with 1
  CPU.  Forcing ax_am_jobserver to use our MAKE_JOBS_NUMBER
  value fixes the problem.

I plan to do an exp-run to fix this for the entire tree.

[1] https://www.gnu.org/software/autoconf-archive/ax_am_jobserver.html
[2] https://www.gnu.org/software/autoconf-archive/ax_count_cpus.html

MFH:		2017Q1
2017-03-09 18:52:18 +00:00
..
files
distinfo
Makefile Fix MAKE_JOBS support. 2017-03-09 18:52:18 +00:00
pkg-descr - Fix trailing whitespace in pkg-descrs, categories [a-f]* 2016-05-19 10:21:23 +00:00
pkg-plist