From 196c499520dbc0cbb51e07bc016961d0b73c0a93 Mon Sep 17 00:00:00 2001 From: lioux Date: Wed, 8 Dec 2004 15:05:16 +0000 Subject: Fix build without NOPORTDOCS: force detection of port textproc/texi2html Reviewed by: Randy Pratt , Frank Mayhar --- multimedia/ffmpeg/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'multimedia/ffmpeg') 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 -- cgit