1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Only use libthr for FreeBSD > 6.1

This commit is contained in:
Martin Blapp 2007-03-16 12:04:04 +00:00
parent 237486a7a6
commit 53e5914eb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187497

View File

@ -102,7 +102,7 @@ PLIST_SUB+= CLAMAVUSER=${CLAMAVUSER} \
.include <bsd.port.pre.mk>
.if ${OSVERSION} == 502010
.if ${OSVERSION} < 601000
PTHREAD_LIBS= -pthread
.endif