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
This commit is contained in:
Jan Beich 2016-12-29 18:46:16 +00:00
parent 9cdaad4bc6
commit b6b2b31496
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429936

View file

@ -18,7 +18,8 @@ BUILD_DEPENDS= yasm:devel/yasm \
${LOCALBASE}/bin/as:devel/binutils ${LOCALBASE}/bin/as:devel/binutils
HAS_CONFIGURE= yes 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_LDCONFIG= yes
USE_PERL5= build USE_PERL5= build
SHEBANG_FILES= doc/texi2pod.pl SHEBANG_FILES= doc/texi2pod.pl