From b142ba69d5e22caf8957bdc356f071d7baf36762 Mon Sep 17 00:00:00 2001 From: pav 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') 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