aboutsummaryrefslogtreecommitdiff
path: root/archivers/p5-PerlIO-gzip
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-06-02 12:55:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-06-02 12:55:16 +0000
commit0d84fe27f6a0ca289c75efdf3070475c1fe0b2b1 (patch)
treefa55ffa163e1f57fa7381873f8b95912bcfeef07 /archivers/p5-PerlIO-gzip
parent5b1df3895a0a26c46303bc86518fffa5aa9ae97f (diff)
downloadports-0d84fe27f6a0ca289c75efdf3070475c1fe0b2b1.tar.gz
ports-0d84fe27f6a0ca289c75efdf3070475c1fe0b2b1.zip
Notes
Diffstat (limited to 'archivers/p5-PerlIO-gzip')
-rw-r--r--archivers/p5-PerlIO-gzip/files/patch-Makefile.PL11
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/p5-PerlIO-gzip/files/patch-Makefile.PL b/archivers/p5-PerlIO-gzip/files/patch-Makefile.PL
new file mode 100644
index 000000000000..2a3209c290f8
--- /dev/null
+++ b/archivers/p5-PerlIO-gzip/files/patch-Makefile.PL
@@ -0,0 +1,11 @@
+--- ./Makefile.PL.orig 2006-10-01 23:28:25.000000000 +0200
++++ ./Makefile.PL 2014-06-02 14:53:46.000000000 +0200
+@@ -4,7 +4,7 @@
+ use ExtUtils::MakeMaker;
+ use Config;
+
+-unless ($Config{useperlio} eq 'define' and $Config{usesfio} eq 'false') {
++unless ($Config{useperlio} eq 'define') {
+ die <<BARF;
+ You need perl 5.8.0 or later, configured to use perlio (and not to use sfio)
+ BARF