BROKEN: Does not compile
This commit is contained in:
parent
cb8910f7b7
commit
4638c0e850
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123080
1 changed files with 2 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue