diff options
Diffstat (limited to 'lang/perl5/patches/patch-cf')
-rw-r--r-- | lang/perl5/patches/patch-cf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/perl5/patches/patch-cf b/lang/perl5/patches/patch-cf new file mode 100644 index 00000000000..2142490c38c --- /dev/null +++ b/lang/perl5/patches/patch-cf @@ -0,0 +1,12 @@ +$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"]; |