From 695522c261e11bd5f7101329ed99a7d37f45b81f Mon Sep 17 00:00:00 2001 From: augiedoggie Date: Sun, 16 Apr 2023 18:23:38 -0600 Subject: [PATCH] llvm12: add libclang-cpp to prepareInstalledDevelLibs (#8412) --- sys-devel/llvm/llvm12-12.0.1.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-devel/llvm/llvm12-12.0.1.recipe b/sys-devel/llvm/llvm12-12.0.1.recipe index 6e6003ca0..3c6138b0c 100644 --- a/sys-devel/llvm/llvm12-12.0.1.recipe +++ b/sys-devel/llvm/llvm12-12.0.1.recipe @@ -31,7 +31,7 @@ other than the ones listed above. HOMEPAGE="https://www.llvm.org/" COPYRIGHT="2003-2019 University of Illinois at Urbana-Champaign" LICENSE="Apache v2 with LLVM Exception" -REVISION="5" +REVISION="6" SOURCE_URI="https://github.com/llvm/llvm-project/releases/download/llvmorg-$portVersion/llvm-$portVersion.src.tar.xz" CHECKSUM_SHA256="7d9a8405f557cefc5a21bf5672af73903b64749d9bc3a50322239f56f34ffddf" SOURCE_DIR="llvm-$portVersion.src" @@ -655,6 +655,7 @@ INSTALL() # end up missing from $libDir. prepareInstalledDevelLibs \ libclang \ + libclang-cpp \ libclangAPINotes \ libclangARCMigrate \ libclangAST \