devel/ccls: unbreak with DEFAULT_VERSIONS+=llvm=-devel
Don't try hard to make LIB_DEPENDS pick the specific version when this is already enforced by BUILD_DEPENDS. The left field in _DEPENDS lines isn't recorded into binary packages, anyway. =======================<phase: lib-depends >============================ ===> ccls-0.20190301_2 depends on shared library: libLLVM--devel.so - not found ===> Installing existing package /packages/All/llvm-devel-9.0.d20190226.txz [120i386-default-llvm90-job-07] Installing llvm-devel-9.0.d20190226... the most recent version of llvm-devel-9.0.d20190226 is already installed ===> ccls-0.20190301_2 depends on shared library: libLLVM--devel.so - not found *** Error code 1
This commit is contained in:
parent
1a20a331c4
commit
72677b80da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496845
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \
|
||||
rapidjson>=1.1.0_4:devel/rapidjson
|
||||
LIB_DEPENDS= libLLVM-${LLVM_DEFAULT:C/[0-9]$//}.so:devel/llvm${LLVM_DEFAULT}
|
||||
LIB_DEPENDS= libLLVM.so:devel/llvm${LLVM_DEFAULT}
|
||||
|
||||
USES= cmake compiler:c++17-lang localbase
|
||||
USE_GITHUB= yes
|
||||
|
|
Loading…
Reference in a new issue