summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2007-02-17 12:06:10 +0000
committerxtraeme <xtraeme>2007-02-17 12:06:10 +0000
commitd75cc637e24a380f36d146fa3814780326b5388c (patch)
tree2a20723970e8026f8e1182986bec6b0c951306ab /mail
parent2cd0bd254cd59fbb8a59ee45ce925596c6184b2c (diff)
downloadpkgsrc-d75cc637e24a380f36d146fa3814780326b5388c.tar.gz
Enable the option readdir_r, clamav will use it if it's available and
if it was enabled correctly in autoconf.
Diffstat (limited to 'mail')
-rw-r--r--mail/clamav/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/clamav/Makefile b/mail/clamav/Makefile
index 74d92fbbfaf..84495b37e2f 100644
--- a/mail/clamav/Makefile
+++ b/mail/clamav/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2007/02/16 14:40:41 xtraeme Exp $
+# $NetBSD: Makefile,v 1.68 2007/02/17 12:06:10 xtraeme Exp $
DISTNAME= clamav-${CLAMAV_VERSION}
PKGNAME= clamav-${CLAMAV_VERSION:S/-/./}
@@ -25,6 +25,7 @@ CONFIGURE_ARGS+= --with-group=${CLAMAV_GROUP:Q}
CONFIGURE_ARGS+= --with-tcpwrappers
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
CONFIGURE_ARGS+= --enable-experimental
+CONFIGURE_ARGS+= --enable-readdir_r
.include "../../mk/bsd.prefs.mk"