summaryrefslogtreecommitdiff
path: root/mail/clamav
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2007-02-17 12:06:10 +0000
committerxtraeme <xtraeme@pkgsrc.org>2007-02-17 12:06:10 +0000
commitd38e283f904118d523dd74ebe76b5bcf96cd206b (patch)
tree2a20723970e8026f8e1182986bec6b0c951306ab /mail/clamav
parent25371671fba73e96db3cf424e4176bc55dffbc59 (diff)
downloadpkgsrc-d38e283f904118d523dd74ebe76b5bcf96cd206b.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/clamav')
-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"