From ae90a659ecfe23128e876b4ae266b2b2183b4d46 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 30 Aug 2005 21:47:46 +0000 Subject: - Bandaid compilation on FreeBSD 5.2.1 PR: ports/84131 Submitted by: Thorolf Approved by: maintainer timeout (1 month) --- security/clamav/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security/clamav') 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 +.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) -- cgit v1.2.3