View | Details | Raw Unified | Return to bug 182594
Collapse All | Expand All

(-)Makefile 2013-10-03 09:07:20.482035961 +0000 (+2 lines)
Lines 87-92 Link Here
87
#
87
#
88
.if ${PORT_OPTIONS:MKQUEUE}
88
.if ${PORT_OPTIONS:MKQUEUE}
89
CONFIGURE_ARGS+=--with-ioloop=kqueue
89
CONFIGURE_ARGS+=--with-ioloop=kqueue
90
.else
91
CONFIGURE_ARGS+=--with-ioloop=poll
90
.endif
92
.endif
91
93
92
## SSL support
94
## SSL support

Return to bug 182594