Skip to content
Permalink
Browse files

netpbm: disable parallel build on Tiger

parallel build on Tiger is fragile and fails
on multi-processor machines, perhaps due to the
use of gmake? disable parallel build fixes it
  • Loading branch information
kencu committed Feb 23, 2019
1 parent 5543e62 commit d276802fdd165b638e05c8e5af0ebc5aa6b137a8
Showing with 1 addition and 0 deletions.
  1. +1 −0 graphics/netpbm/Portfile
@@ -286,6 +286,7 @@ subport libnetpbm {
platform darwin 8 {
depends_build-append port:gmake
build.cmd ${prefix}/bin/gmake
use_parallel_build no
pre-configure {
set fl [open "| ${configure.cc} --version"]
set data [read $fl]

0 comments on commit d276802

Please sign in to comment.
You can’t perform that action at this time.