diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-04-23 09:27:31 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-04-23 09:27:31 +0000 |
commit | ff19a5caf2490c62adf1520ba569c365ceac57be (patch) | |
tree | b293d7bc7216afb08f938b13ec754f4ae5dd5ba6 /mail | |
parent | 4787109e91a258849441113dbcccd6b1f29913a7 (diff) | |
download | pkgsrc-ff19a5caf2490c62adf1520ba569c365ceac57be.tar.gz |
Explicitly disable inotify on illumos, it is provided for Linux compat only.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index b1caef93ef0..c768a531110 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2015/04/06 08:17:31 adam Exp $ +# $NetBSD: Makefile,v 1.74 2015/04/23 09:27:31 jperkin Exp $ # # when updating to a new release, update ABI depends in # the buildlink3.mk file as well, since the plugins' version @@ -21,6 +21,11 @@ CONFIGURE_ARGS+= --localstatedir=${VARBASE} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-ssldir=${SSLDIR} +OPSYSVARS+= CONFIGURE_ENV + +# Explicitly disable inotify on illumos, it is provided for Linux compat only. +CONFIGURE_ENV.SunOS+= ac_cv_func_inotify_init=no + .include "../../mk/bsd.prefs.mk" RCD_SCRIPTS= dovecot |