pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/tlrc
Module Name: pkgsrc
Committed By: pin
Date: Fri Apr 11 09:09:35 UTC 2025
Modified Files:
pkgsrc/net/tlrc: Makefile
Log Message:
net/tlrc: needs sse2
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/tlrc/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/tlrc/Makefile
diff -u pkgsrc/net/tlrc/Makefile:1.12 pkgsrc/net/tlrc/Makefile:1.13
--- pkgsrc/net/tlrc/Makefile:1.12 Fri Apr 4 20:18:30 2025
+++ pkgsrc/net/tlrc/Makefile Fri Apr 11 09:09:35 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/04/04 20:18:30 pin Exp $
+# $NetBSD: Makefile,v 1.13 2025/04/11 09:09:35 pin Exp $
DISTNAME= tlrc-1.11.0
CATEGORIES= net
@@ -11,7 +11,7 @@ COMMENT= Tldr client written in Rust
LICENSE= mit
# See, https://github.com/briansmith/ring/issues/1999
-NOT_FOR_PLATFORM+= *-*-i386
+.include "../../mk/compiler/i386-sse2.mk"
SITES.wasi-0.11.0+wasi-snapshop-preview1.crate= https://static.crates.io/crates/wasi/
Home |
Main Index |
Thread Index |
Old Index