pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bandsnatch



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Apr 11 09:02:20 UTC 2025

Modified Files:
        pkgsrc/net/bandsnatch: Makefile

Log Message:
net/bandsnatch: needs sse2


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/bandsnatch/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/bandsnatch/Makefile
diff -u pkgsrc/net/bandsnatch/Makefile:1.9 pkgsrc/net/bandsnatch/Makefile:1.10
--- pkgsrc/net/bandsnatch/Makefile:1.9  Wed Apr  2 10:59:41 2025
+++ pkgsrc/net/bandsnatch/Makefile      Fri Apr 11 09:02:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2025/04/02 10:59:41 pin Exp $
+# $NetBSD: Makefile,v 1.10 2025/04/11 09:02:20 pin Exp $
 
 DISTNAME=      bandsnatch-0.3.3
 CATEGORIES=    net
@@ -11,7 +11,7 @@ COMMENT=      CLI batch downloader for your B
 LICENSE=       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