pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/sniffnet



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Apr 11 09:07:36 UTC 2025

Modified Files:
        pkgsrc/net/sniffnet: Makefile

Log Message:
net/sniffnet: needs sse2


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/sniffnet/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/sniffnet/Makefile
diff -u pkgsrc/net/sniffnet/Makefile:1.19 pkgsrc/net/sniffnet/Makefile:1.20
--- pkgsrc/net/sniffnet/Makefile:1.19   Fri Apr  4 20:13:06 2025
+++ pkgsrc/net/sniffnet/Makefile        Fri Apr 11 09:07:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2025/04/04 20:13:06 pin Exp $
+# $NetBSD: Makefile,v 1.20 2025/04/11 09:07:36 pin Exp $
 
 DISTNAME=      sniffnet-1.3.2
 CATEGORIES=    net
@@ -11,7 +11,7 @@ COMMENT=      Application to comfortably moni
 LICENSE=       mit OR apache-2.0
 
 # 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