BROKEN on 5.x: does not compile

This commit is contained in:
Kris Kennaway 2004-02-17 11:34:13 +00:00
parent a1d6566766
commit 01bcd301cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101189

View File

@ -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} \