BROKEN on 5.x: does not compile
This commit is contained in:
parent
a1d6566766
commit
01bcd301cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101189
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ USE_GMAKE= yes
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502102
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,-lqt,-lqt-mt ${PTHREAD_LIBS},g" ${WRKSRC}/configure
|
||||
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
|
||||
|
|
Loading…
Reference in a new issue