--- IO-AIO/Makefile.PL 2005/07/31 18:14:48 1.3 +++ IO-AIO/Makefile.PL 2005/08/19 01:07:27 1.6 @@ -4,7 +4,24 @@ require "autoconf.pm"; -autoconf::run_script(); +if ($^O =~ /freebsd/i) { + print <new({ dist => { @@ -15,6 +32,7 @@ NAME => "IO::AIO", VERSION_FROM => "AIO.pm", LIBS => ['-lpthread -lrt', '-lpthread', '-lpthreads', ''], + clean => { FILES => "autoconf/config.h autoconf/config.log autoconf/config.status" }, }); $mm->flush;