Skip to content

Commit

Permalink
p5-object-pad: fix build on old macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Sep 26, 2024
1 parent 4359c7e commit ea9b256
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion perl/p5-object-pad/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ if {${perl5.major} != ""} {
port:p${perl5.major}-xs-parse-keyword \
port:p${perl5.major}-xs-parse-sublike

# uses C99-style struct assignments
# uses C99-style struct assignments
compiler.c_standard 1999
# class.c:291: error: ‘ClassMeta’ has no member named ‘cls’
# class.c:988: error: ‘ParamMeta’ has no member named ‘adjust’
compiler.blacklist-append \
*gcc-4.0 *gcc-4.2

perl5.use_module_build
}

0 comments on commit ea9b256

Please sign in to comment.