pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/jchkmail jckmail is multithreaded anyway, so set ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/106968758e11
branches:  trunk
changeset: 505858:106968758e11
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 08 16:26:22 2006 +0000

description:
jckmail is multithreaded anyway, so set PTHREAD_AUTO_VARS and forget
about problems with libmilter detection on DragonFly.

diffstat:

 mail/jchkmail/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 812fe7599536 -r 106968758e11 mail/jchkmail/Makefile
--- a/mail/jchkmail/Makefile    Sun Jan 08 16:16:00 2006 +0000
+++ b/mail/jchkmail/Makefile    Sun Jan 08 16:26:22 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/06/17 04:49:47 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2006/01/08 16:26:22 joerg Exp $
 #
 
 DISTNAME=              jchkmail-1.3.1a
@@ -15,6 +15,8 @@
 CONFIGURE_ARGS+=       --with-rc-dir=${PREFIX}/etc/rc.d                \
                        --with-conf-dir=${PREFIX}/etc/jchkmail
 
+PTHREAD_AUTO_VARS=     yes
+
 .include "../../mail/libmilter/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index