pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/cargo-audit
Module Name: pkgsrc
Committed By: pin
Date: Fri Apr 11 08:57:24 UTC 2025
Modified Files:
pkgsrc/security/cargo-audit: Makefile
Log Message:
security/cargo-audit: needs sse2
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/cargo-audit/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/cargo-audit/Makefile
diff -u pkgsrc/security/cargo-audit/Makefile:1.14 pkgsrc/security/cargo-audit/Makefile:1.15
--- pkgsrc/security/cargo-audit/Makefile:1.14 Wed Apr 2 11:07:26 2025
+++ pkgsrc/security/cargo-audit/Makefile Fri Apr 11 08:57:24 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2025/04/02 11:07:26 pin Exp $
+# $NetBSD: Makefile,v 1.15 2025/04/11 08:57:24 pin Exp $
DISTNAME= cargo-audit-0.21.2
CATEGORIES= security
@@ -11,7 +11,7 @@ COMMENT= Audit Cargo.lock files for crat
LICENSE= apache-2.0 # or MIT
# See, https://github.com/briansmith/ring/issues/1999
-NOT_FOR_PLATFORM+= *-*-i386
+.include "../../mk/compiler/i386-sse2.mk"
WRKSRC= ${WRKDIR}/rustsec-cargo-audit-v${PKGVERSION_NOREV}/cargo-audit
USE_LANGUAGES= c
Home |
Main Index |
Thread Index |
Old Index