pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/termscp



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Apr 11 09:08:14 UTC 2025

Modified Files:
        pkgsrc/net/termscp: Makefile

Log Message:
net/termscp: needs sse2


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/termscp/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/termscp/Makefile
diff -u pkgsrc/net/termscp/Makefile:1.18 pkgsrc/net/termscp/Makefile:1.19
--- pkgsrc/net/termscp/Makefile:1.18    Fri Apr  4 20:17:31 2025
+++ pkgsrc/net/termscp/Makefile Fri Apr 11 09:08:14 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2025/04/04 20:17:31 pin Exp $
+# $NetBSD: Makefile,v 1.19 2025/04/11 09:08:14 pin Exp $
 
 DISTNAME=      termscp-0.16.1
 # 0.17.0 requires Rust >= 1.85
@@ -12,7 +12,7 @@ COMMENT=      Feature rich TUI file transfer 
 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