svn commit: r488630 - head/multimedia/ffmpeg

Jan Beich jbeich at FreeBSD.org
Sat Dec 29 00:02:32 UTC 2018


Author: jbeich
Date: Sat Dec 29 00:02:31 2018
New Revision: 488630
URL: https://svnweb.freebsd.org/changeset/ports/488630

Log:
  multimedia/ffmpeg: chase config.log location after r452570
  
  https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/3f17751eeb7e

Modified:
  head/multimedia/ffmpeg/Makefile   (contents, props changed)

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Fri Dec 28 21:32:12 2018	(r488629)
+++ head/multimedia/ffmpeg/Makefile	Sat Dec 29 00:02:31 2018	(r488630)
@@ -18,6 +18,7 @@ BUILD_DEPENDS=	nasm:devel/nasm \
 		${LOCALBASE}/bin/as:devel/binutils
 
 HAS_CONFIGURE=	yes
+CONFIGURE_LOG=	ffbuild/config.log
 USES=		compiler:c11 cpe gmake localbase:ldflags perl5 \
 		pkgconfig shebangfix tar:xz
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list