pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/courier-auth Workaround a Solaris bug noted in:
details: https://anonhg.NetBSD.org/pkgsrc/rev/78d8126891d1
branches: trunk
changeset: 469314:78d8126891d1
user: jlam <jlam%pkgsrc.org@localhost>
date: Sun Feb 22 01:49:31 2004 +0000
description:
Workaround a Solaris bug noted in:
http://www.inter7.com/courierimap/FAQ.html#solarisbug
diffstat:
mail/courier-auth/Makefile.common | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r e598755571a6 -r 78d8126891d1 mail/courier-auth/Makefile.common
--- a/mail/courier-auth/Makefile.common Sun Feb 22 01:43:50 2004 +0000
+++ b/mail/courier-auth/Makefile.common Sun Feb 22 01:49:31 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2004/02/21 14:43:15 jlam Exp $
+# $NetBSD: Makefile.common,v 1.9 2004/02/22 01:49:31 jlam Exp $
DISTNAME?= courier-${DIST_VERS}
CATEGORIES+= mail
@@ -43,6 +43,13 @@
CONFIGURE_ARGS+= --with-makedatprog=${LIBEXECDIR}/makedatprog
CONFIGURE_ARGS+= --disable-root-check
+# Workaround a Solaris bug noted in:
+# http://www.inter7.com/courierimap/FAQ.html#solarisbug
+#
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ARGS+= --with-waitfunc=wait3
+.endif
+
# Build authdaemon, but explicitly disable certain methods (ldap, mysql, pgsql)
# that are built in separate packages. We also disable authcustom since it's
# a template authentication method.
Home |
Main Index |
Thread Index |
Old Index