diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 12:37:48 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 12:37:48 +0000 |
commit | 2ad92eab941d8bd35f72240b5b91c4b980c9f370 (patch) | |
tree | 4a9b0f7a86a869936906241e211d87ca2346121e /www/mod_clamav | |
parent | 48c300ed7fb454f7a0142586e99a5bd9dcb7b135 (diff) | |
download | ports-2ad92eab941d8bd35f72240b5b91c4b980c9f370.tar.gz ports-2ad92eab941d8bd35f72240b5b91c4b980c9f370.zip |
Notes
Diffstat (limited to 'www/mod_clamav')
-rw-r--r-- | www/mod_clamav/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/mod_clamav/Makefile b/www/mod_clamav/Makefile index d071dd0ad588..b6fc82d1ad86 100644 --- a/www/mod_clamav/Makefile +++ b/www/mod_clamav/Makefile @@ -36,10 +36,9 @@ LIB_DEPENDS+= clamav.7:${PORTSDIR}/security/clamav CONFIGURE_ARGS= --with-apxs=${APXS} \ --libdir=${PREFIX}/lib/apache2 CFLAGS+= -I${LOCALBASE}/include -CPPFLAGS+= -I${LOCALBASE}/include \ - ${PTHREAD_CFLAGS} +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib \ - ${PTHREAD_LIBS} + -pthread post-patch: @${REINPLACE_CMD} -e 's,REG_EXTENDED,AP_REG_EXTENDED,' \ |