From 73c51c566ac5fcd15763f26539f6f2196d8af04e Mon Sep 17 00:00:00 2001
From: fritzkink <96341974+fritzkink@users.noreply.github.com>
Date: Wed, 20 Mar 2024 21:26:57 +0100
Subject: [PATCH] fix for clang-18 package (now includes also the runtime)

---
 components/developer/clang-18/Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/components/developer/clang-18/Makefile b/components/developer/clang-18/Makefile
index edaeee0..d3bb9ea 100644
--- a/components/developer/clang-18/Makefile
+++ b/components/developer/clang-18/Makefile
@@ -20,12 +20,15 @@
 
 BUILD_BITS= 64
 BUILD_STYLE= cmake
+USE_PARALLEL_BUILD= yes
+
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_MJR_VERSION=	18
 COMPONENT_BASE_VERSION=	$(COMPONENT_MJR_VERSION).1
 COMPONENT_NAME=		clang-$(COMPONENT_MJR_VERSION)
 COMPONENT_VERSION=	$(COMPONENT_BASE_VERSION).1
+COMPONENT_REVISION=	1
 COMPONENT_SUMMARY=	LLVM tools and Clang compiler
 COMPONENT_PROJECT_URL=	https://llvm.org/
 COMPONENT_SRC=		$(LLVM_NAME)-$(COMPONENT_VERSION).src

--
Gitblit v1.9.3