summaryrefslogtreecommitdiff
path: root/lang/perl5-devel/files
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5-devel/files')
-rw-r--r--lang/perl5-devel/files/patch-Configure4
-rw-r--r--lang/perl5-devel/files/patch-perl.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/perl5-devel/files/patch-Configure b/lang/perl5-devel/files/patch-Configure
index fa8516a12393..a52044520305 100644
--- a/lang/perl5-devel/files/patch-Configure
+++ b/lang/perl5-devel/files/patch-Configure
@@ -2,7 +2,7 @@
- ?
- ?
---- Configure.orig 2019-03-11 04:03:26 UTC
+--- Configure.orig 2019-07-14 14:40:03 UTC
+++ Configure
@@ -3872,7 +3872,10 @@ esac
. ./posthint.sh
@@ -25,7 +25,7 @@
case " $libpth " in
*" $xxx "*) ;;
*) libpth="$libpth $xxx";;
-@@ -9593,8 +9596,7 @@ prefixvar=siteman3dir
+@@ -9597,8 +9600,7 @@ prefixvar=siteman3dir
: determine where add-on public executable scripts go
case "$sitescript" in
diff --git a/lang/perl5-devel/files/patch-perl.c b/lang/perl5-devel/files/patch-perl.c
index be053cc025c5..82b7168167e2 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-06-25 08:41:51 UTC
+--- perl.c.orig 2019-07-14 14:40:03 UTC
+++ perl.c
-@@ -2005,23 +2005,7 @@ S_Internals_V(pTHX_ CV *cv)
+@@ -1994,23 +1994,7 @@ S_Internals_V(pTHX_ CV *cv)
PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options,
sizeof(non_bincompat_options) - 1, SVs_TEMP));