diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-06-25 12:52:11 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-06-25 12:52:11 +0000 |
commit | 0848388a9e8d7cab83fde510b9594261f41bfb6a (patch) | |
tree | a681f476278919552f447239e82421bbcc94cf48 /lang/perl5-devel/files/patch-perl.c | |
parent | - Update to 2.182 (diff) |
Update to v5.31.1-101-g5c696bd319.
Notes
Notes:
svn path=/head/; revision=505085
Diffstat (limited to 'lang/perl5-devel/files/patch-perl.c')
-rw-r--r-- | lang/perl5-devel/files/patch-perl.c | 4 |
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 8ce0960e064a..be053cc025c5 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 2019-03-31 21:08:28 UTC +--- perl.c.orig 2019-06-25 08:41:51 UTC +++ perl.c -@@ -2009,23 +2009,7 @@ S_Internals_V(pTHX_ CV *cv) +@@ -2005,23 +2005,7 @@ S_Internals_V(pTHX_ CV *cv) PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options, sizeof(non_bincompat_options) - 1, SVs_TEMP)); |