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.16 by root, Sun May 11 00:01:03 2008 UTC vs.
Revision 1.17 by root, Tue May 20 05:51:11 2008 UTC

15 $LIBS = ["-L/gtk/lib -lpthreadVC2"]; 15 $LIBS = ["-L/gtk/lib -lpthreadVC2"];
16 16
17} else { 17} else {
18 18
19 $INC = ""; 19 $INC = "";
20 $LIBS = ['-lpthread -lrt', '-lpthread', '-lpthreads', '-lpthreadVC2', '']; 20 $LIBS = ['-lpthread', '-lpthreads', '-lpthreadVC2', ''];
21 21
22 if ($^O =~ /freebsd/i) { 22 if ($^O =~ /freebsd/i) {
23 print <<EOF; 23 print <<EOF;
24 24
25This package seems to deadlock or otherwise misbehave under FreeBSD. As 25This package seems to deadlock or otherwise misbehave under FreeBSD. As

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines