diff options
author | lioux <lioux@FreeBSD.org> | 2004-12-08 23:05:16 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-12-08 23:05:16 +0800 |
commit | 196c499520dbc0cbb51e07bc016961d0b73c0a93 (patch) | |
tree | 866b8ec847cfff417c0ac627536cba3b79835696 /multimedia/ffmpeg | |
parent | 7adbf43e02e78d25f22fb1e05060b8ba001ea945 (diff) | |
download | freebsd-ports-gnome-196c499520dbc0cbb51e07bc016961d0b73c0a93.tar.gz freebsd-ports-gnome-196c499520dbc0cbb51e07bc016961d0b73c0a93.tar.zst freebsd-ports-gnome-196c499520dbc0cbb51e07bc016961d0b73c0a93.zip |
Fix build without NOPORTDOCS: force detection of port textproc/texi2html
Reviewed by: Randy Pratt <rpratt1950@earthlink.net>,
Frank Mayhar <frank@exit.com>
Diffstat (limited to 'multimedia/ffmpeg')
-rw-r--r-- | multimedia/ffmpeg/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index b359b1756ac9..aaba3aca3e11 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -293,6 +293,12 @@ post-extract: .endif # ${ARCH} == i386 post-patch: +# force detection of texi2html +.ifndef(NOPORTDOCS) + @${REINPLACE_CMD} -E \ + -e 's|^(texi2html=)no|\1yes|' \ + ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} +.endif .ifndef(WITHOUT_FFMPEG_FFSERVER) @${SED} -e 's|%%PREFIX%%|${PREFIX}|; s|%%RC_SUBR%%|${RC_SUBR}|' \ ${FILESDIR}/ffserver.sh >${WRKDIR}/ffserver.sh |