summaryrefslogtreecommitdiff
path: root/security/clamav
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-08-30 21:47:46 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-08-30 21:47:46 +0000
commitae90a659ecfe23128e876b4ae266b2b2183b4d46 (patch)
treea4653a7e268127618309b5f887ed0b2d194a3e7f /security/clamav
parentFix installation (diff)
- Bandaid compilation on FreeBSD 5.2.1
PR: ports/84131 Submitted by: Thorolf <thorolf@grid.einherjar.de> Approved by: maintainer timeout (1 month)
Notes
Notes: svn path=/head/; revision=141500
Diffstat (limited to 'security/clamav')
-rw-r--r--security/clamav/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index bef33f04f8f8..c0a43c4d1103 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -96,6 +96,10 @@ PLIST_SUB+= RC_DIR=${RC_DIR} RC_SUFX=${RC_SUFX}
.include <bsd.port.pre.mk>
+.if ${OSVERSION} == 502010
+PTHREAD_LIBS= -pthread
+.endif
+
.if defined(WITH_MILTER)
SUB_FILES+= clamav-milter.sh
.if !defined(WITHOUT_LDAP) && exists(${LOCALBASE}/lib/libldap.so)