svn commit: r331676 - head/mail/dovecot2
William Grzybowski
wg at FreeBSD.org
Sat Oct 26 12:36:18 UTC 2013
Author: wg
Date: Sat Oct 26 12:36:17 2013
New Revision: 331676
URL: http://svnweb.freebsd.org/changeset/ports/331676
Log:
mail/dovecot2: fix build without KQUEUE
- Fix build without KQUEUE
PR: ports/182594
Submitted by: Eero Hänninen <fax nohik.ee>
Approved by: maintainer
Modified:
head/mail/dovecot2/Makefile
Modified: head/mail/dovecot2/Makefile
==============================================================================
--- head/mail/dovecot2/Makefile Sat Oct 26 11:45:17 2013 (r331675)
+++ head/mail/dovecot2/Makefile Sat Oct 26 12:36:17 2013 (r331676)
@@ -83,6 +83,8 @@ PORTEXAMPLES= *
#
.if ${PORT_OPTIONS:MKQUEUE}
CONFIGURE_ARGS+=--with-ioloop=kqueue
+.else
+CONFIGURE_ARGS+=--with-ioloop=poll
.endif
## SSL support
More information about the svn-ports-all
mailing list