summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-01-26 06:34:18 +0000
committersbd <sbd@pkgsrc.org>2012-01-26 06:34:18 +0000
commitf53b9cdd600e51ea749d9bc9d6dce0704480c2bf (patch)
treed9f60629d485b12a4b71d0ed6d4d60839b0e2e95 /security
parent7c53d3fc671b4ba059e3e77a370819186e6655a9 (diff)
downloadpkgsrc-f53b9cdd600e51ea749d9bc9d6dce0704480c2bf.tar.gz
Use SET_LIBDIR with packages that want to use to lib64
Diffstat (limited to 'security')
-rw-r--r--security/clamav/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index 9fa815483bc..fa306edbda6 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/01/17 21:43:21 sbd Exp $
+# $NetBSD: Makefile,v 1.7 2012/01/26 06:34:19 sbd Exp $
DISTNAME= clamav-0.97.3
CATEGORIES= security
@@ -14,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+SET_LIBDIR= yes
CONFIGURE_ARGS+= --disable-clamav
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-dbdir=${CLAMAV_DBDIR}
@@ -25,9 +26,6 @@ CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
# pkgsrc enforces a "secure" version of zlib, so don't let this check
# bomb the build.
CONFIGURE_ARGS+= --disable-zlib-vcheck
-# XXX: avoid multiarch libdir on Darwin
-# XXX: should this be set in mk/platforms/Darwin.mk?
-GNU_CONFIGURE_LIBDIR= ${PREFIX}/lib
CHECK_PORTABILITY_SKIP= contrib/* unit_tests/*