summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-12-26 14:35:04 +0100
committerFabian Groffen <grobian@gentoo.org>2020-12-26 14:35:04 +0100
commit9bf33e97778f172a46b6f0ab5793fb9ae573aea5 (patch)
tree54447b51d7fa63d366d36cd54afaeb83845a709d /dev-lang/perl/perl-5.30.3-r2.ebuild
parentsys-libs/readline-8.1: fix duplicate keywords (diff)
downloadgentoo-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-r2.ebuild')
-rw-r--r--dev-lang/perl/perl-5.30.3-r2.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-lang/perl/perl-5.30.3-r2.ebuild b/dev-lang/perl/perl-5.30.3-r2.ebuild
index 0ad5fc03413b..019eaaadd99d 100644
--- a/dev-lang/perl/perl-5.30.3-r2.ebuild
+++ b/dev-lang/perl/perl-5.30.3-r2.ebuild
@@ -424,6 +424,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