pkgsrc/lang/perl58/patches/patch-cf
tv 7c9976e9d7 Make perl58 work on Interix, with full shared-object module support.
Bump PKGREVISION (two .pm files were changed, but are not functionally
different on non-Interix OS's).
2004-04-24 21:04:43 +00:00

12 lines
309 B
Text

$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"];