Open
Description
The Perl 5.6.34.0 distribution build employs
-Wno-error:implicit-function-declaration
without configure checking whether -Wno-error: is supported.
This breaks building Perl on Darwin 8 / Mac OS X 10.4, whose native toolchain (Xcode) sports gcc v4.
The pkgsrc build can work around this by conditionallly stripping the option, but shouldn't have to.