pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/clamav Added --with-zlib=${BUILDLINK_PREFIX.zlib}...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e8fca9b7716
branches:  trunk
changeset: 501563:0e8fca9b7716
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 23 22:32:20 2005 +0000

description:
Added --with-zlib=${BUILDLINK_PREFIX.zlib} to CONFIGURE_ARGS. This
should fix PR 31898.

diffstat:

 mail/clamav/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0a656c82aca9 -r 0e8fca9b7716 mail/clamav/Makefile
--- a/mail/clamav/Makefile      Sun Oct 23 22:27:07 2005 +0000
+++ b/mail/clamav/Makefile      Sun Oct 23 22:32:20 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2005/09/27 14:23:41 xtraeme Exp $
+# $NetBSD: Makefile,v 1.46 2005/10/23 22:32:20 rillig Exp $
 
 DISTNAME=      clamav-${CLAMAV_VERSION}
 PKGNAME=       clamav-${CLAMAV_VERSION:S/-/./}
@@ -22,6 +22,7 @@
 CONFIGURE_ARGS+=       --with-uid=${CLAMAV_USER}
 CONFIGURE_ARGS+=       --with-group=${CLAMAV_GROUP}
 CONFIGURE_ARGS+=       --with-tcpwrappers
+CONFIGURE_ARGS+=       --with-zlib=${BUILDLINK_PREFIX.zlib}
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index