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

Comparing EV/Makefile.PL (file contents):
Revision 1.62 by root, Thu Jul 11 08:51:48 2019 UTC vs.
Revision 1.63 by root, Fri Jul 12 06:18:37 2019 UTC

204 (similar problems as on FreeBSD). 204 (similar problems as on FreeBSD).
205OS X: completely, utterly broken on at least <= 10.6. 205OS X: completely, utterly broken on at least <= 10.6.
206 206
207EOF 207EOF
208 208
209# minix has all the header files, but no implementation. won-der-ful.
209my $can_kqueue = have_inc "sys/event.h"; 210my $can_kqueue = have_inc "sys/event.h" && $^O ne "minix";
210$can_kqueue = $ENV{EV_KQUEUE} if exists $ENV{EV_KQUEUE}; 211$can_kqueue = $ENV{EV_KQUEUE} if exists $ENV{EV_KQUEUE};
211$DEFINE .= " -DEV_USE_KQUEUE=" . (0 + (prompt ("Enable kqueue backend (y/n)?", $can_kqueue ? "y" : "n") =~ /[yY]/)); 212$DEFINE .= " -DEV_USE_KQUEUE=" . (0 + (prompt ("Enable kqueue backend (y/n)?", $can_kqueue ? "y" : "n") =~ /[yY]/));
212 213
213print <<EOF; 214print <<EOF;
214 215

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines