From 5db4d1614387a4db2807db15a241ea668fcc2f16 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 8 Jan 2006 16:26:22 +0000 Subject: jckmail is multithreaded anyway, so set PTHREAD_AUTO_VARS and forget about problems with libmilter detection on DragonFly. --- mail/jchkmail/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail/jchkmail') diff --git a/mail/jchkmail/Makefile b/mail/jchkmail/Makefile index 7576a1c3c61..cd37086d931 100644 --- a/mail/jchkmail/Makefile +++ b/mail/jchkmail/Makefile @@ -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 @@ GNU_CONFIGURE= yes 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" -- cgit v1.2.3