pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/mktool
Module Name: pkgsrc
Committed By: pin
Date: Thu Apr 10 19:37:51 UTC 2025
Modified Files:
pkgsrc/pkgtools/mktool: Makefile
Log Message:
pkgtools/mktool: needs sse2
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/pkgtools/mktool/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/mktool/Makefile
diff -u pkgsrc/pkgtools/mktool/Makefile:1.23 pkgsrc/pkgtools/mktool/Makefile:1.24
--- pkgsrc/pkgtools/mktool/Makefile:1.23 Tue Jan 14 20:47:31 2025
+++ pkgsrc/pkgtools/mktool/Makefile Thu Apr 10 19:37:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2025/01/14 20:47:31 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2025/04/10 19:37:51 pin Exp $
DISTNAME= mktool-1.4.2
CATEGORIES= pkgtools
@@ -10,6 +10,9 @@ HOMEPAGE= https://github.com/jperkin/mkt
COMMENT= High performance alternatives for pkgsrc/mk
LICENSE= isc
+# See, https://github.com/briansmith/ring/issues/1999
+.include "../../mk/compiler/i386-sse2.mk"
+
USE_LANGUAGES= c
RUST_REQ= 1.74.0
Home |
Main Index |
Thread Index |
Old Index