pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/cargo-licenses



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Apr 10 13:00:08 UTC 2025

Modified Files:
        pkgsrc/devel/cargo-licenses: Makefile

Log Message:
devel/cargo-licenses: add i386-sse2.mk


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/cargo-licenses/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-licenses/Makefile
diff -u pkgsrc/devel/cargo-licenses/Makefile:1.4 pkgsrc/devel/cargo-licenses/Makefile:1.5
--- pkgsrc/devel/cargo-licenses/Makefile:1.4    Wed Apr  2 17:34:08 2025
+++ pkgsrc/devel/cargo-licenses/Makefile        Thu Apr 10 13:00:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/04/02 17:34:08 pin Exp $
+# $NetBSD: Makefile,v 1.5 2025/04/10 13:00:08 pin Exp $
 
 DISTNAME=      cargo-licenses-0.2.0
 CATEGORIES=    devel
@@ -11,7 +11,7 @@ COMMENT=      Tool to audit license informati
 LICENSE=       apache-2.0 OR mit
 
 # See, https://github.com/briansmith/ring/issues/1999
-NOT_FOR_PLATFORM+=     *-*-i386
+.include "../../mk/compiler/i386-sse2.mk"
 
 .include "cargo-depends.mk"
 



Home | Main Index | Thread Index | Old Index