1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Mark broken on 4.x

Reported by:	kris/pointyhat
Approved by:	Maintainer timeout
This commit is contained in:
Tilman Keskinoz 2005-11-04 10:58:54 +00:00
parent 1006092166
commit 2136c0b0a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147203

View File

@ -23,8 +23,14 @@ MAN1= worker.1
CFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ARGS= --disable-libxpkmaster
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
pre-configure:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure
.include <bsd.port.mk>
.include <bsd.port.post.mk>