From 40a478d34c4943dfb5dbdad9eb49d599c9f6c8cf Mon Sep 17 00:00:00 2001 From: augiedoggie Date: Sat, 31 Aug 2024 21:36:59 -0600 Subject: [PATCH] ccls: build against llvm18 (#11016) --- dev-util/ccls/ccls-0.20240202.recipe | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-util/ccls/ccls-0.20240202.recipe b/dev-util/ccls/ccls-0.20240202.recipe index 372c3a5f9..c10f1a5a5 100644 --- a/dev-util/ccls/ccls-0.20240202.recipe +++ b/dev-util/ccls/ccls-0.20240202.recipe @@ -17,7 +17,7 @@ hierarchy HOMEPAGE="https://github.com/MaskRay/ccls" COPYRIGHT="2017-2024 ccls Authors" LICENSE="Apache v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/MaskRay/ccls/archive/tags/$portVersion.tar.gz" SOURCE_DIR="ccls-tags-$portVersion" CHECKSUM_SHA256="07c1953efbdbdc4b6b80a919f42fa618eedec800ba2afc8cf1051df279a203cc" @@ -31,15 +31,15 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libclang_cpp$secondaryArchSuffix >= 17 - lib:libLLVM_17$secondaryArchSuffix + lib:libclang_cpp$secondaryArchSuffix >= 18 + lib:libLLVM$secondaryArchSuffix lib:libz$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libclang$secondaryArchSuffix >= 17 - devel:libLLVM_17$secondaryArchSuffix + devel:libclang_cpp$secondaryArchSuffix >= 18 + devel:libLLVM$secondaryArchSuffix devel:libz$secondaryArchSuffix devel:librapidjson$secondaryArchSuffix "