diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-06-07 08:51:31 +0200 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-06-07 10:21:21 +0200 |
commit | e3fa33361596dd208502aa5e792bba31984765c0 (patch) | |
tree | c394ed9b1a0b2b088f980a2a694e523adbb39726 /lang/perl5-devel/files/patch-perl.c | |
parent | deskutils/kchmviewer: fix USE_GITHUB usage. (diff) |
lang/perl5-devel: Update to v5.35.0-115-g1c1bafd87b.
Diffstat (limited to 'lang/perl5-devel/files/patch-perl.c')
-rw-r--r-- | lang/perl5-devel/files/patch-perl.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/perl5-devel/files/patch-perl.c b/lang/perl5-devel/files/patch-perl.c index c30e656fe7b1..1d7591bfb705 100644 --- a/lang/perl5-devel/files/patch-perl.c +++ b/lang/perl5-devel/files/patch-perl.c @@ -1,10 +1,10 @@ Remove compile time information (reproducible builds) ---- perl.c.orig 2021-01-31 19:42:24 UTC +--- perl.c.orig 2021-06-06 22:24:45 UTC +++ perl.c @@ -2040,23 +2040,7 @@ S_Internals_V(pTHX_ CV *cv) PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options, - sizeof(non_bincompat_options) - 1, SVs_TEMP)); + sizeof(non_bincompat_options) - 1, SVs_TEMP)); -#ifndef PERL_BUILD_DATE -# ifdef __DATE__ @@ -18,11 +18,11 @@ Remove compile time information (reproducible builds) - -#ifdef PERL_BUILD_DATE - PUSHs(Perl_newSVpvn_flags(aTHX_ -- STR_WITH_LEN("Compiled at " PERL_BUILD_DATE), -- SVs_TEMP)); +- STR_WITH_LEN("Compiled at " PERL_BUILD_DATE), +- SVs_TEMP)); -#else PUSHs(&PL_sv_undef); -#endif for (i = 1; i <= local_patch_count; i++) { - /* This will be an undef, if PL_localpatches[i] is NULL. */ + /* This will be an undef, if PL_localpatches[i] is NULL. */ |