summaryrefslogtreecommitdiff
path: root/dev-lang/perl/files/perl-5.36.0-fix-configure-for-clang.patch
AgeCommit message (Collapse)Author
2024-01-20dev-lang/perl: Fix clang check in configureRaul E Rangel
The check was a bit too strict. `clang` actually appears in the middle of the version string. This change will allow perl to build correctly when `gcc` isn't present on the system. See: https://github.com/Perl/perl5/issues/21099 Signed-off-by: Raul E Rangel <rrangel@chromium.org> Closes: https://github.com/gentoo/gentoo/pull/32677 Signed-off-by: Sam James <sam@gentoo.org>