diff options
| author | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-09-11 19:27:31 +0300 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-09-11 19:53:33 +0100 |
| commit | 3d29aec46e21a2ce66b39dc08ea8b559943520d2 (patch) | |
| tree | adbadaeaa46b54e0d060016617daee2481c7a740 /dev-lang/perl/perl-5.40.0.ebuild | |
| parent | 9c6161ae38806dd288ba9c7c3b6efdf0b378a65e (diff) | |
| download | gentoo-3d29aec46e21a2ce66b39dc08ea8b559943520d2.tar.gz gentoo-3d29aec46e21a2ce66b39dc08ea8b559943520d2.tar.bz2 gentoo-3d29aec46e21a2ce66b39dc08ea8b559943520d2.zip | |
dev-lang/perl: fix compilation in EPREFIX bootstrap
Closes: https://bugs.gentoo.org/939014
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
Closes: https://github.com/gentoo/gentoo/pull/38568
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/perl/perl-5.40.0.ebuild')
| -rw-r--r-- | dev-lang/perl/perl-5.40.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-lang/perl/perl-5.40.0.ebuild b/dev-lang/perl/perl-5.40.0.ebuild index cd9a0e1fd69e..92d162e038f9 100644 --- a/dev-lang/perl/perl-5.40.0.ebuild +++ b/dev-lang/perl/perl-5.40.0.ebuild @@ -81,6 +81,10 @@ PDEPEND=" ) " +PATCHES=( + "${FILESDIR}/${P}-fix-compilation-in-eprefix-bug-939014.patch" +) + # bug 390719, bug 523624 # virtual/perl-Test-Harness is here for the bundled ExtUtils::MakeMaker |
