diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-12-26 14:35:04 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-12-26 14:35:04 +0100 |
commit | 9bf33e97778f172a46b6f0ab5793fb9ae573aea5 (patch) | |
tree | 54447b51d7fa63d366d36cd54afaeb83845a709d /dev-lang/perl/perl-5.30.3-r1.ebuild | |
parent | sys-libs/readline-8.1: fix duplicate keywords (diff) | |
download | gentoo-9bf33e97778f172a46b6f0ab5793fb9ae573aea5.tar.gz gentoo-9bf33e97778f172a46b6f0ab5793fb9ae573aea5.tar.bz2 gentoo-9bf33e97778f172a46b6f0ab5793fb9ae573aea5.zip |
dev-lang/perl: add missing darwin 20 patch, #757249
Bug: https://bugs.gentoo.org/757249
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-lang/perl/perl-5.30.3-r1.ebuild')
-rw-r--r-- | dev-lang/perl/perl-5.30.3-r1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-lang/perl/perl-5.30.3-r1.ebuild b/dev-lang/perl/perl-5.30.3-r1.ebuild index e75625597fc7..585fc613bd66 100644 --- a/dev-lang/perl/perl-5.30.3-r1.ebuild +++ b/dev-lang/perl/perl-5.30.3-r1.ebuild @@ -342,6 +342,10 @@ src_prepare() { if [[ ${CHOST} == *-darwin* ]] ; then # fix install_name (soname) not to reference $D sed -i -e '/install_name `pwd/s/`pwd`/\\$(shrpdir)/' Makefile.SH || die + + # Upstreamed, but not in this version. + # Need to recognise macOS 11 / 10.16. #757249 + eapply "${FILESDIR}/${PN}-5.30.3-darwin-macos11.patch" fi default |