summaryrefslogtreecommitdiff
path: root/converters/p5-MIME-Base64/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'converters/p5-MIME-Base64/patches/patch-aa')
-rw-r--r--converters/p5-MIME-Base64/patches/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/converters/p5-MIME-Base64/patches/patch-aa b/converters/p5-MIME-Base64/patches/patch-aa
new file mode 100644
index 00000000000..e38876bf555
--- /dev/null
+++ b/converters/p5-MIME-Base64/patches/patch-aa
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.1 2003/04/15 03:25:44 taca Exp $
+
+--- Makefile.PL.orig 2003-03-10 00:07:50.000000000 +0900
++++ Makefile.PL
+@@ -6,6 +6,4 @@ WriteMakefile(
+ VERSION_FROM => 'Base64.pm',
+ EXE_FILES => [qw(encode-base64 decode-base64 encode-qp decode-qp)],
+ dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
+- ($] >= 5.008) ?
+- (INSTALLDIRS => 'perl') : (),
+ );