pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/gurk



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 13 11:52:00 UTC 2026

Modified Files:
        pkgsrc/chat/gurk: Makefile

Log Message:
gurk: needs SSE2 fix for ring crate, noted by pin


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/gurk/Makefile

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

Modified files:

Index: pkgsrc/chat/gurk/Makefile
diff -u pkgsrc/chat/gurk/Makefile:1.2 pkgsrc/chat/gurk/Makefile:1.3
--- pkgsrc/chat/gurk/Makefile:1.2       Mon Apr 13 11:21:02 2026
+++ pkgsrc/chat/gurk/Makefile   Mon Apr 13 11:52:00 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2026/04/13 11:21:02 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/04/13 11:52:00 wiz Exp $
 
 DISTNAME=      gurk-rs-0.9.1
 PKGNAME=       ${DISTNAME:S/-rs//}
@@ -53,6 +53,8 @@ post-install:
 
 .include "cargo-depends.mk"
 
+# See https://github.com/briansmith/ring/issues/1999
+.include "../../mk/compiler/i386-sse2.mk"
 .include "../../lang/rust/cargo.mk"
 .include "../../devel/protobuf/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index