mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
ccls: fix llvm18 requires (#11018)
This commit is contained in:
@@ -17,7 +17,7 @@ hierarchy
|
||||
HOMEPAGE="https://github.com/MaskRay/ccls"
|
||||
COPYRIGHT="2017-2024 ccls Authors"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/MaskRay/ccls/archive/tags/$portVersion.tar.gz"
|
||||
SOURCE_DIR="ccls-tags-$portVersion"
|
||||
CHECKSUM_SHA256="07c1953efbdbdc4b6b80a919f42fa618eedec800ba2afc8cf1051df279a203cc"
|
||||
@@ -32,14 +32,14 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libclang_cpp$secondaryArchSuffix >= 18
|
||||
lib:libLLVM$secondaryArchSuffix
|
||||
lib:libLLVM$secondaryArchSuffix >= 18
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libclang_cpp$secondaryArchSuffix >= 18
|
||||
devel:libLLVM$secondaryArchSuffix
|
||||
devel:libLLVM$secondaryArchSuffix >= 18
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:librapidjson$secondaryArchSuffix
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user