- Mark BROKEN on 6.x: does not link (cannot find -lrt)
This commit is contained in:
parent
624890b9b7
commit
f75cbb7319
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217394
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue