summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-08 16:26:22 +0000
committerjoerg <joerg>2006-01-08 16:26:22 +0000
commit4e9a20bad06ccbff2fc62b983493d0b830446811 (patch)
treec9cc0725645d48097ee915e9f1439ddc06fe9f0c /mail
parent4f42eac9bc4be4a0ce726f1afd6869eba69fa224 (diff)
downloadpkgsrc-4e9a20bad06ccbff2fc62b983493d0b830446811.tar.gz
jckmail is multithreaded anyway, so set PTHREAD_AUTO_VARS and forget
about problems with libmilter detection on DragonFly.
Diffstat (limited to 'mail')
-rw-r--r--mail/jchkmail/Makefile4
1 files changed, 3 insertions, 1 deletions
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"