summaryrefslogtreecommitdiff
path: root/security/clamav
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2007-11-26 17:45:55 +0000
committerAde Lovett <ade@FreeBSD.org>2007-11-26 17:45:55 +0000
commitccd0fca5ecd3b7a022136828951a9543e831e4c7 (patch)
tree23a432c7392200a0485824ed28d7f75e63b88721 /security/clamav
parentFix build on FBSD 6 and 7. (diff)
Unbreak pthread-related issues on 5.x
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=202839
Diffstat (limited to 'security/clamav')
-rw-r--r--security/clamav/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index e78e3fdba8ac..19e71119c304 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -7,6 +7,7 @@
PORTNAME= clamav
PORTVERSION= 0.91.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF
@@ -105,12 +106,6 @@ CONFIGURE_ARGS+= --enable-gethostbyname_r
.if ${OSVERSION} >= 601000
PTHREAD_LIBS= -lthr
.endif
-# Maybe the port is broken for
-# FreeBSD 5.2.1 since -lc_r
-# and -pthread have both issues there.
-.if ${OSVERSION} == 502010
-PTHREAD_LIBS= -pthread
-.endif
.if !defined(WITHOUT_ARC)
RUN_DEPENDS+= arc:${PORTSDIR}/archivers/arc