diff options
author | ade <ade@FreeBSD.org> | 2007-11-27 01:45:55 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2007-11-27 01:45:55 +0800 |
commit | a9c7d8ed52962098b4de90533996a041675d677e (patch) | |
tree | 3e3e6aab8ae32298357b6439128709de3b612401 /security/clamav | |
parent | 46291313e8e80e4f2888defdb042cbdcd27ccd5a (diff) | |
download | freebsd-ports-gnome-a9c7d8ed52962098b4de90533996a041675d677e.tar.gz freebsd-ports-gnome-a9c7d8ed52962098b4de90533996a041675d677e.tar.zst freebsd-ports-gnome-a9c7d8ed52962098b4de90533996a041675d677e.zip |
Unbreak pthread-related issues on 5.x
Approved by: portmgr
Diffstat (limited to 'security/clamav')
-rw-r--r-- | security/clamav/Makefile | 7 |
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 |