BROKEN: Does not compile

This commit is contained in:
Kris Kennaway 2004-12-04 02:02:14 +00:00
parent cb8910f7b7
commit 4638c0e850
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123080

View file

@ -20,14 +20,10 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
BROKEN= "Does not compile"
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.post.mk>
.include <bsd.port.mk>