diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
commit | 4a8684e352ac6d7260613e6ad3743fabd00eaf7d (patch) | |
tree | c1022f7df000935302e4c7f143c5b049290dacc2 /security/clamav | |
parent | 6029732777f019908166457c71136521713b91f7 (diff) |
Notes
Diffstat (limited to 'security/clamav')
-rw-r--r-- | security/clamav/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index efb254a734c5..c31f800d5b73 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -41,7 +41,7 @@ LOGDIR= /var/log/clamav RUNDIR= /var/run/clamav PLIST_SUB+= DBDIR=${DBDIR} LOGDIR=${LOGDIR} RUNDIR=${RUNDIR} PY_NO_THREAD= ${WRKDIR}/.python-has-no-threads -USE_AUTOTOOLS= libltdl:22 +USE_AUTOTOOLS= libltdl CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" |