diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 07:08:06 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 07:08:06 +0000 |
commit | 702b195e33f2761ee78576b5307b0e909d23633b (patch) | |
tree | 4548bbdb33ecc2bb63bbcecb9c72ef3e7e77b7ed /community/perl-io-gzip | |
parent | fdb0bf4733c299d6aef8f37fce2bc4ac8a416ff0 (diff) | |
download | aports-702b195e33f2761ee78576b5307b0e909d23633b.tar.bz2 aports-702b195e33f2761ee78576b5307b0e909d23633b.tar.xz |
community/perl-io-gzip: removed unused patch
Diffstat (limited to 'community/perl-io-gzip')
-rw-r--r-- | community/perl-io-gzip/PerlIO-gzip-0.18-RT92412.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community/perl-io-gzip/PerlIO-gzip-0.18-RT92412.patch b/community/perl-io-gzip/PerlIO-gzip-0.18-RT92412.patch deleted file mode 100644 index 8c325d659a..0000000000 --- a/community/perl-io-gzip/PerlIO-gzip-0.18-RT92412.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 |