diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-17 21:43:18 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-17 21:43:18 +0000 |
commit | 1e38404e660373254bf5fb3d2cde2d605e6b94bf (patch) | |
tree | 4b997cf4a9b1df8a721e0a83c9559bd76663d532 /security/clamav | |
parent | c465220d84c06881117ffa7db054d3bbf017e68e (diff) | |
download | pkgsrc-1e38404e660373254bf5fb3d2cde2d605e6b94bf.tar.gz |
Convert packages with add --libdir=* to CONFIGURE_ARGS to use
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
Diffstat (limited to 'security/clamav')
-rw-r--r-- | security/clamav/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 56d7effea73..9fa815483bc 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/10/26 17:55:05 tez Exp $ +# $NetBSD: Makefile,v 1.6 2012/01/17 21:43:21 sbd Exp $ DISTNAME= clamav-0.97.3 CATEGORIES= security @@ -25,8 +25,9 @@ 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 -# avoid multiarch libdir on Darwin -CONFIGURE_ARGS+= --libdir=${PREFIX}/lib +# 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/* |