summaryrefslogtreecommitdiff
path: root/lang/perl58/patches/patch-cf
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl58/patches/patch-cf')
-rw-r--r--lang/perl58/patches/patch-cf12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/perl58/patches/patch-cf b/lang/perl58/patches/patch-cf
new file mode 100644
index 00000000000..f7b02b73326
--- /dev/null
+++ b/lang/perl58/patches/patch-cf
@@ -0,0 +1,12 @@
+$NetBSD: patch-cf,v 1.1 2004/04/24 21:04:43 tv 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"];