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:
parent
9cdaad4bc6
commit
b6b2b31496
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429936
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue