Skip to content

Commit

Permalink
perl5.32+: build conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Sep 9, 2024
1 parent dde7cc7 commit 2701cca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lang/perl5/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ foreach {perl5.v perl5.subversion perl5.revision perl5.rmd160 perl5.sha256 perl5
patchfiles-append \
${perl5.major}/patch-want-implicit-errors.diff
}
if {${perl5.major} >= 5.32} {
# https://trac.macports.org/ticket/70609
conflicts_build gettext-dev
}

post-patch {
reinplace -W ${worksrcpath} "s|__PREFIX__|${prefix}|g" \
Expand Down

0 comments on commit 2701cca

Please sign in to comment.