pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/courier-maildir
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Jun 21 11:11:57 UTC 2024
Modified Files:
pkgsrc/mail/courier-maildir: Makefile
Log Message:
courier-maildir: Disable inotify support on SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/mail/courier-maildir/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/courier-maildir/Makefile
diff -u pkgsrc/mail/courier-maildir/Makefile:1.41 pkgsrc/mail/courier-maildir/Makefile:1.42
--- pkgsrc/mail/courier-maildir/Makefile:1.41 Mon Feb 12 21:06:43 2024
+++ pkgsrc/mail/courier-maildir/Makefile Fri Jun 21 11:11:57 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2024/02/12 21:06:43 hans Exp $
+# $NetBSD: Makefile,v 1.42 2024/06/21 11:11:57 jperkin Exp $
DISTNAME= courier-${COURIER_VERSION}
PKGNAME= ${DISTNAME:S/-/-maildir-/}
@@ -22,6 +22,10 @@ GNU_CONFIGURE_ICONV= no
# courierauthconfig.
CONFIGURE_ENV+= ac_cv_path_COURIERAUTHCONFIG=${TRUE:Q}
+# Disable inotify support on SunOS (not intended for userland applications).
+CONFIGURE_ENV.SunOS+= ac_cv_func_inotify_init=false
+CONFIGURE_ENV.SunOS+= ac_cv_func_inotify_init1=false
+
# These are files required by the Courier configure scripts.
WRKSRC_FILES= courier/courier.c courier-debuild.in config.guess \
config.sub configure compile depcomp install-sh \
Home |
Main Index |
Thread Index |
Old Index