pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust
Module Name: pkgsrc
Committed By: jakllsch
Date: Mon Mar 31 13:48:05 UTC 2025
Modified Files:
pkgsrc/lang/rust: rust.mk
Log Message:
rust.mk: include libunwind bl3.mk like is done in options.mk
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/rust/rust.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/rust/rust.mk
diff -u pkgsrc/lang/rust/rust.mk:1.11 pkgsrc/lang/rust/rust.mk:1.12
--- pkgsrc/lang/rust/rust.mk:1.11 Sun Nov 24 16:13:43 2024
+++ pkgsrc/lang/rust/rust.mk Mon Mar 31 13:48:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: rust.mk,v 1.11 2024/11/24 16:13:43 he Exp $
+# $NetBSD: rust.mk,v 1.12 2025/03/31 13:48:05 jakllsch Exp $
#
# This file determines the type of rust package to use.
#
@@ -53,4 +53,9 @@ BUILDLINK_DEPMETHOD.rust?= build
. endif
BUILDLINK_API_DEPENDS.rust+= rust>=${RUST_REQ}
. include "${RUST_DIR}/buildlink3.mk"
+ pkgbase:= rust
+. include "../../mk/pkg-build-options.mk"
+. if empty(PKG_BUILD_OPTIONS.rust:Mrust-internal-llvm)
+. include "../../lang/libunwind/buildlink3.mk"
+. endif
.endif
Home |
Main Index |
Thread Index |
Old Index