pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/mutt
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Jun 19 12:05:12 UTC 2019
Modified Files:
pkgsrc/mail/mutt: Makefile
Log Message:
mutt: Disable filemonitor (inotify) on SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.210 -r1.211 pkgsrc/mail/mutt/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/mutt/Makefile
diff -u pkgsrc/mail/mutt/Makefile:1.210 pkgsrc/mail/mutt/Makefile:1.211
--- pkgsrc/mail/mutt/Makefile:1.210 Mon Jun 17 14:28:43 2019
+++ pkgsrc/mail/mutt/Makefile Wed Jun 19 12:05:12 2019
@@ -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+= --without-included-gett
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