pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ncgopher



Module Name:    pkgsrc
Committed By:   pin
Date:           Fri Apr 11 09:03:11 UTC 2025

Modified Files:
        pkgsrc/net/ncgopher: Makefile

Log Message:
net/ncgopher: needs sse2


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/ncgopher/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/ncgopher/Makefile
diff -u pkgsrc/net/ncgopher/Makefile:1.25 pkgsrc/net/ncgopher/Makefile:1.26
--- pkgsrc/net/ncgopher/Makefile:1.25   Thu Apr  3 21:02:07 2025
+++ pkgsrc/net/ncgopher/Makefile        Fri Apr 11 09:03:10 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2025/04/03 21:02:07 pin Exp $
+# $NetBSD: Makefile,v 1.26 2025/04/11 09:03:10 pin Exp $
 
 DISTNAME=      ncgopher-0.7.0
 PKGREVISION=   1
@@ -12,7 +12,7 @@ COMMENT=      Gopher and gemini client for th
 LICENSE=       2-clause-bsd
 
 # See, https://github.com/briansmith/ring/issues/1999
-NOT_FOR_PLATFORM+=     *-*-i386
+.include "../../mk/compiler/i386-sse2.mk"
 
 .include "cargo-depends.mk"
 



Home | Main Index | Thread Index | Old Index