pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/cargo-upgrades
Module Name: pkgsrc
Committed By: wiz
Date: Sat Aug 17 22:11:11 UTC 2024
Modified Files:
pkgsrc/devel/cargo-upgrades: Makefile
Log Message:
cargo-upgrades: add clang buildlink3.mk
This wants to link against libclang, so give it the possibility.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/cargo-upgrades/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/cargo-upgrades/Makefile
diff -u pkgsrc/devel/cargo-upgrades/Makefile:1.3 pkgsrc/devel/cargo-upgrades/Makefile:1.4
--- pkgsrc/devel/cargo-upgrades/Makefile:1.3 Sat Aug 10 11:21:18 2024
+++ pkgsrc/devel/cargo-upgrades/Makefile Sat Aug 17 22:11:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/08/10 11:21:18 pin Exp $
+# $NetBSD: Makefile,v 1.4 2024/08/17 22:11:11 wiz Exp $
DISTNAME= cargo-upgrades-2.1.2
CATEGORIES= devel
@@ -20,4 +20,5 @@ RUST_REQ= 1.70.0
USE_LANGUAGES+= c c++
.include "../../lang/rust/cargo.mk"
+.include "../../lang/clang/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index