svn commit: r429936 - head/multimedia/ffmpeg

Jan Beich jbeich at FreeBSD.org
Thu Dec 29 18:46:18 UTC 2016


Author: jbeich
Date: Thu Dec 29 18:46:16 2016
New Revision: 429936
URL: https://svnweb.freebsd.org/changeset/ports/429936

Log:
  multimedia/ffmpeg: restore -L${LOCALBASE}/lib after r428893
  
  ld.bfd from devel/binutils by default looks under LOCALBASE/lib. If we
  revert to ld.bfd (or even ld.lld) from base the following would happen.
  
    ===>  Configuring for ffmpeg-3.2.2_2,1
    ERROR: gmp not found
  
  Submitted by:	marino

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

Modified: head/multimedia/ffmpeg/Makefile
==============================================================================
--- head/multimedia/ffmpeg/Makefile	Thu Dec 29 18:34:08 2016	(r429935)
+++ head/multimedia/ffmpeg/Makefile	Thu Dec 29 18:46:16 2016	(r429936)
@@ -18,7 +18,8 @@ BUILD_DEPENDS=	yasm:devel/yasm \
 		${LOCALBASE}/bin/as:devel/binutils
 
 HAS_CONFIGURE=	yes
-USES=		compiler:c11 cpe gmake localbase perl5 pkgconfig shebangfix tar:bzip2
+USES=		compiler:c11 cpe gmake localbase:ldflags perl5 \
+		pkgconfig shebangfix tar:bzip2
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 SHEBANG_FILES=	doc/texi2pod.pl


More information about the svn-ports-all mailing list