dedf1c9177
- when epoll detects unremovable fds in the fd set, rebuild only the epoll descriptor, not the signal pipe, to avoid SIGPIPE in ev_async_send. This doesn't solve it on fork, so document what needs to be done in ev_loop_fork - remove superfluous sys/timeb.h include on win32 - updated libecb.
20 lines
598 B
Makefile
20 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.15 2016/07/07 08:18:15 adam Exp $
|
|
|
|
DISTNAME= libev-4.22
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://dist.schmorp.de/libev/
|
|
|
|
MAINTAINER= tonio@NetBSD.org
|
|
HOMEPAGE= http://software.schmorp.de/pkg/libev.html
|
|
COMMENT= Full-featured and high-performance event loop
|
|
LICENSE= 2-clause-bsd OR gnu-gpl-v2
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_LIBSUBDIR=ev
|
|
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/ev
|
|
# Explicitly disable inotify on SunOS, assumes Linux statfs.
|
|
CONFIGURE_ENV.SunOS+= ac_cv_header_sys_inotify_h=no
|
|
#TEST_TARGET= verify
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|