Date: Thu, 29 Dec 2016 18:46:17 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429936 - head/multimedia/ffmpeg Message-ID: <201612291846.uBTIkHdJ045052@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612291846.uBTIkHdJ045052>