pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/sequoia-sq



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Apr 11 08:59:04 UTC 2025

Modified Files:
        pkgsrc/security/sequoia-sq: Makefile

Log Message:
security/sequoia-sq: needs sse2


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/sequoia-sq/Makefile

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

Modified files:

Index: pkgsrc/security/sequoia-sq/Makefile
diff -u pkgsrc/security/sequoia-sq/Makefile:1.11 pkgsrc/security/sequoia-sq/Makefile:1.12
--- pkgsrc/security/sequoia-sq/Makefile:1.11    Wed Mar  5 11:12:38 2025
+++ pkgsrc/security/sequoia-sq/Makefile Fri Apr 11 08:59:04 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2025/03/05 11:12:38 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2025/04/11 08:59:04 pin Exp $
 
 DISTNAME=      sequoia-sq-1.2.0
 CATEGORIES=    security
@@ -11,6 +11,9 @@ HOMEPAGE=     https://sequoia-pgp.gitlab.io/
 COMMENT=       Sequoia-PGP command line tool
 LICENSE=       gnu-gpl-v2
 
+# See, https://github.com/briansmith/ring/issues/1999
+.include "../../mk/compiler/i386-sse2.mk"
+
 TOOL_DEPENDS+= capnproto-[0-9]*:../../devel/capnproto
 
 .include "cargo-depends.mk"



Home | Main Index | Thread Index | Old Index