mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Chase the ffmpeg-devel removal and don't mark broken when ffmpeg is
installed. Reminded by: Mark Evenson <mark.evenson (at) gmx.at>
This commit is contained in:
parent
bbcb80ae1d
commit
639d2558fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198083
@ -48,21 +48,10 @@ NULLDOCS= COPYING
|
||||
|
||||
MAN1= xvidcap.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libavutil.so)
|
||||
# To be removed after ffmep-devel'upgrade
|
||||
BROKEN= Cannot compile when ffmpeg-devel is installed
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Compilation error with gcc-2.95.
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
@${RM} ${NULLDOCS:S|^|${DOCSDIR}/|}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user