- Mark BROKEN on 6.x: does not link (cannot find -lrt)

This commit is contained in:
Pav Lucistnik 2008-07-23 22:54:31 +00:00
parent 624890b9b7
commit f75cbb7319
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217394

View file

@ -54,6 +54,10 @@ LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora
CONFIGURE_ARGS+=--without-theora
.endif
.if ${OSVERSION} < 700000
BROKEN= does not link
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-lrt|-lrt -liconv|' ${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e 's|@LINUX_TRUE@am__append_19|@UNIX_TRUE@am__append_19|' ${WRKSRC}/src/Makefile.in