Skip to Content.
Please activate JavaScript in your web browser
List archive
[[SM-Commit] ] GIT changes to master grimoire by Justin Boffemmyer (bba2479a70556a6b9f5848d62633e16019a07494)
Chronological
Thread
<
Chronological
>
<
Thread
>
From
: Justin Boffemmyer <scm AT sourcemage.org>
To
: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
Subject
: [[SM-Commit] ] GIT changes to master grimoire by Justin Boffemmyer (bba2479a70556a6b9f5848d62633e16019a07494)
Date
: Wed, 15 Jan 2025 16:40:07 +0000
GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:
devel/llvm/DEPENDS | 4 +++-
devel/llvm/HISTORY | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)
New commits:
commit bba2479a70556a6b9f5848d62633e16019a07494
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>
devel/llvm: add buildsys functions include
Add a missing buildsys functions include line in DEPENDS.
diff --git a/devel/llvm/DEPENDS b/devel/llvm/DEPENDS
index 49ce56b..0819d0d 100755
--- a/devel/llvm/DEPENDS
+++ b/devel/llvm/DEPENDS
@@ -1,4 +1,6 @@
-source $GRIMOIRE/CMAKE_DEPENDS &&
+. "$GRIMOIRE/CMAKE_DEPENDS" &&
+. "$GRIMOIRE/build_system_handler.function" &&
+
case "$HOST" in
(*-musl)
buildsys_depends libexecinfo &&
diff --git a/devel/llvm/HISTORY b/devel/llvm/HISTORY
index 8399a0a..f165fc2 100644
--- a/devel/llvm/HISTORY
+++ b/devel/llvm/HISTORY
@@ -1,4 +1,7 @@
2025-01-16 Justin Boffemmyer <flux AT sourcemage.org>
+ * DEPENDS: add missing functions include
+
+2025-01-16 Justin Boffemmyer <flux AT sourcemage.org>
* CONFIGURE: refactor target specifications
* DETAILS: declare cmake as the build system, update license, update
description
[[SM-Commit] ] GIT changes to master grimoire by Justin Boffemmyer (bba2479a70556a6b9f5848d62633e16019a07494)
,
Justin Boffemmyer, 01/15/2025
Archive powered by
MHonArc 2.6.24
.