Skip to content

Commit

Permalink
perl5: extend build fix to cover 11.0
Browse files Browse the repository at this point in the history
Update Portfile
  • Loading branch information
i0ntempest authored and dbevans committed Jun 27, 2020
1 parent 3d5b41e commit 294c71e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lang/perl5/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ foreach {perl5.v perl5.subversion perl5.revision perl5.rmd160 perl5.sha256 perl5
}

# https://trac.macports.org/ticket/59207
platform darwin 19 {
use_parallel_build no
platform darwin {
if {${os.major} >= 19} {
use_parallel_build no
}
}

distname perl-${perl5.major}.${perl5.subversion}
Expand Down

0 comments on commit 294c71e

Please sign in to comment.