diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-08 16:26:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-08 16:26:22 +0000 |
commit | 5db4d1614387a4db2807db15a241ea668fcc2f16 (patch) | |
tree | c9cc0725645d48097ee915e9f1439ddc06fe9f0c /mail/jchkmail | |
parent | d90b2334937cbc235300e71a0e717622a162c695 (diff) | |
download | pkgsrc-5db4d1614387a4db2807db15a241ea668fcc2f16.tar.gz |
jckmail is multithreaded anyway, so set PTHREAD_AUTO_VARS and forget
about problems with libmilter detection on DragonFly.
Diffstat (limited to 'mail/jchkmail')
-rw-r--r-- | mail/jchkmail/Makefile | 4 |
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" |