aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-io-gzip/PerlIO-gzip-0.18-RT92412.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-24 12:39:14 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-24 12:39:14 +0000
commit198580703d431677bd75e4f168f2b429526aabf4 (patch)
tree4260fb41e34ceffb889a64a324bd9f369d21754d /testing/perl-io-gzip/PerlIO-gzip-0.18-RT92412.patch
parent33bee7304af5399cfb2b9c396918c54151df53d1 (diff)
downloadaports-198580703d431677bd75e4f168f2b429526aabf4.tar.bz2
aports-198580703d431677bd75e4f168f2b429526aabf4.tar.xz
testing/perl-io-gzip: rebuild for perl-5.20
Diffstat (limited to 'testing/perl-io-gzip/PerlIO-gzip-0.18-RT92412.patch')
-rw-r--r--testing/perl-io-gzip/PerlIO-gzip-0.18-RT92412.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/perl-io-gzip/PerlIO-gzip-0.18-RT92412.patch b/testing/perl-io-gzip/PerlIO-gzip-0.18-RT92412.patch
new file mode 100644
index 0000000000..8c325d659a
--- /dev/null
+++ b/testing/perl-io-gzip/PerlIO-gzip-0.18-RT92412.patch
@@ -0,0 +1,12 @@
+--- a/Makefile.PL 2006-10-01 21:28:25.000000000 +0000
++++ b/Makefile.PL 2014-01-23 15:40:56.784222851 +0000
+@@ -4,7 +4,8 @@
+ use ExtUtils::MakeMaker;
+ use Config;
+
+-unless ($Config{useperlio} eq 'define' and $Config{usesfio} eq 'false') {
++unless ($Config{useperlio} eq 'define' and
++ (defined($Config{usesfio}) ? $Config{usesfio} : 'false') eq 'false') {
+ die <<BARF;
+ You need perl 5.8.0 or later, configured to use perlio (and not to use sfio)
+ BARF