summaryrefslogtreecommitdiff
path: root/lang/perl5/patches/patch-cf
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5/patches/patch-cf')
-rw-r--r--lang/perl5/patches/patch-cf12
1 files changed, 0 insertions, 12 deletions
diff --git a/lang/perl5/patches/patch-cf b/lang/perl5/patches/patch-cf
deleted file mode 100644
index 2142490c38c..00000000000
--- a/lang/perl5/patches/patch-cf
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-cf,v 1.1 2005/06/24 06:43:47 jlam Exp $
-
---- t/io/openpid.t.orig Fri Apr 23 12:45:43 2004
-+++ t/io/openpid.t Fri Apr 23 12:45:56 2004
-@@ -23,6 +23,7 @@
- use Config;
- $| = 1;
- $SIG{PIPE} = 'IGNORE';
-+$SIG{HUP} = 'IGNORE' if $^O eq 'interix';
-
- my $perl = which_perl();
- $perl .= qq[ "-I../lib"];