summaryrefslogtreecommitdiff
path: root/lang/perl5-devel/files/patch-perl.c
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2024-08-30 12:51:38 +0200
committerMathieu Arnold <mat@FreeBSD.org>2024-08-30 13:06:18 +0200
commit06754026a9ab4804ceeeda7fca869e0e5cd45b0c (patch)
treea292abbcb67878cdd2a2816f56b461b9a9ddd617 /lang/perl5-devel/files/patch-perl.c
parentdns/nss_mdns: Fix path to the mdns.allow config file (diff)
lang/perl5-devel: update to 5.41.3
While there, drop the THREADS option [1] PR: 274192 [1]
Diffstat (limited to 'lang/perl5-devel/files/patch-perl.c')
-rw-r--r--lang/perl5-devel/files/patch-perl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5-devel/files/patch-perl.c b/lang/perl5-devel/files/patch-perl.c
index 70885647e3b6..76db86c6b0eb 100644
--- a/lang/perl5-devel/files/patch-perl.c
+++ b/lang/perl5-devel/files/patch-perl.c
@@ -1,8 +1,8 @@
Remove compile time information (reproducible builds)
---- perl.c.orig 2024-04-16 10:42:57 UTC
+--- perl.c.orig 2024-08-28 15:19:17 UTC
+++ perl.c
-@@ -2092,23 +2092,7 @@ S_Internals_V(pTHX_ CV *cv)
+@@ -2098,23 +2098,7 @@ S_Internals_V(pTHX_ CV *cv)
PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options,
sizeof(non_bincompat_options) - 1, SVs_TEMP));