ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/Makefile.PL
(Generate patch)

Comparing IO-AIO/Makefile.PL (file contents):
Revision 1.4 by root, Sun Jul 31 19:04:45 2005 UTC vs.
Revision 1.5 by root, Tue Aug 16 22:22:18 2005 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2 2
3use Config; 3use Config;
4 4
5require "autoconf.pm"; 5require "autoconf.pm";
6
7if ($^O =~ /freebsd/i) {
8 print <<EOF;
9
10This package seems to deadlock under FreeBSD. As documentation on FreeBSD
11threading is sorely lacking and confusing, I'll just call FreeBSD broken
12with regards to threading.
13
14If you get it to work, tell me how (maybe you need to specify magical link
15flags despite man pthread telling me otherwise, maybe yo need special
16library, maybe you need magical preprocessor symbols, maybe you need to
17recompile or re-link perl with threads enabled (a bad idea) - I have no
18idea, and I no longer care).
19
20EOF
21}
6 22
7autoconf::run_script(); 23autoconf::run_script();
8 24
9my $mm = MM->new({ 25my $mm = MM->new({
10 dist => { 26 dist => {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines