[Bug 203898] libiconv-1.14_9 fails to build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 20 19:26:23 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203898

--- Comment #5 from Tijl Coosemans <tijl at FreeBSD.org> ---
(In reply to jake.guffey from comment #4)
> .if !(make(*install) || make(package))
> MAKE_ARGS+=-j9
> .endif

The ports tree already adds -jX wherever it can, with X equal to the output of
"sysctl kern.smp.cpus" by default.  You can set a custom value if you want,
e.g. the three lines above can be replaced with MAKE_JOBS_NUMBER=9.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gnome mailing list