Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2013 12:36:18 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331676 - head/mail/dovecot2
Message-ID:  <201310261236.r9QCaIbg058773@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310261236.r9QCaIbg058773>