Fix build on 4.x

Submitted by:	maintainer (on irc)
This commit is contained in:
Ion-Mihai Tetcu 2006-07-12 01:53:51 +00:00
parent 326e416cf0
commit 4dc580cc3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167553

View file

@ -33,7 +33,9 @@ BROKEN= Does not build on amd64
.endif
.if ${OSVERSION} < 500000
IGNORE= needs lpthread
LIB_DEPENDS+= pth.20:${PORTSDIR}/devel/pth
CFLAGS+= -L${LOCALBASE}/lib/pth
USE_GCC= 3.2+
.endif
.if defined(WITH_SVN)