pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/sequoia-chameleon-gnupg



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

Modified Files:
        pkgsrc/security/sequoia-chameleon-gnupg: Makefile

Log Message:
security/sequoia-chameleon-gnupg: needs sse2


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/sequoia-chameleon-gnupg/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-chameleon-gnupg/Makefile
diff -u pkgsrc/security/sequoia-chameleon-gnupg/Makefile:1.1 pkgsrc/security/sequoia-chameleon-gnupg/Makefile:1.2
--- pkgsrc/security/sequoia-chameleon-gnupg/Makefile:1.1        Thu Mar  6 22:56:20 2025
+++ pkgsrc/security/sequoia-chameleon-gnupg/Makefile    Fri Apr 11 08:59:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/03/06 22:56:20 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2025/04/11 08:59:51 pin Exp $
 
 DISTNAME=      sequoia-chameleon-gnupg-0.12.0
 CATEGORIES=    security
@@ -11,6 +11,9 @@ HOMEPAGE=     https://gitlab.com/sequoia-pgp
 COMMENT=       Sequoia's reimplementation of the GnuPG interface
 LICENSE=       gnu-gpl-v3
 
+# 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