pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mutt mutt: Disable filemonitor (inotify) on SunOS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36eb68e888d1
branches:  trunk
changeset: 397254:36eb68e888d1
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Jun 19 12:05:12 2019 +0000

description:
mutt: Disable filemonitor (inotify) on SunOS.

diffstat:

 mail/mutt/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e39f30d7c978 -r 36eb68e888d1 mail/mutt/Makefile
--- a/mail/mutt/Makefile        Wed Jun 19 11:51:14 2019 +0000
+++ b/mail/mutt/Makefile        Wed Jun 19 12:05:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.210 2019/06/17 14:28:43 tron Exp $
+# $NetBSD: Makefile,v 1.211 2019/06/19 12:05:12 jperkin Exp $
 
 DISTNAME=              mutt-1.12.1
 CATEGORIES=            mail
@@ -25,6 +25,7 @@
 CONFIGURE_ARGS+=       --enable-external-dotlock
 CONFIGURE_ARGS+=       --enable-pop
 CONFIGURE_ARGS+=       --enable-imap
+CONFIGURE_ARGS.SunOS+= --disable-filemonitor
 INFO_FILES=            yes
 
 .if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD"



Home | Main Index | Thread Index | Old Index