Mailing List Archive

Misc patches for OS/2
Andy made a remarkable job applying OS/2 patches to beta1, however, 2
lines slipped through the cracks:

I'm working over the rest of patches (not applied by Andy yet)
now. The only other problem present is the header file sun/un.h and
related functions in Socket.

Ilya

*** lib/ExtUtils/Liblist.pm~ Mon Nov 13 19:03:28 1995
--- lib/ExtUtils/Liblist.pm Wed Nov 22 02:16:54 1995
***************
*** 97,102 ****
--- 97,103 ----
} elsif (-f ($fullname="$thispth/lib${thislib}_s$Config_libext")
&& ($thislib .= "_s") ){ # we must explicitly use _s version
} elsif (-f ($fullname="$thispth/lib$thislib$Config_libext")){
+ } elsif (-f ($fullname="$thispth/$thislib$Config_libext")){
} elsif (-f ($fullname="$thispth/Slib$thislib$Config_libext")){
} else {
print STDOUT "$thislib not found in $thispth\n" if $Verbose;
*** t/TEST~ Tue Nov 14 08:22:08 1995
--- t/TEST Wed Nov 22 02:04:22 1995
***************
*** 31,36 ****
--- 31,37 ----
last;
}
}
+ $sharpbang = 0 if $ENV{OS2_SHELL}; # OS/2
$bad = 0;
$good = 0;
$total = @ARGV;