pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/uv



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Apr  8 23:23:02 UTC 2025

Modified Files:
        pkgsrc/devel/uv: Makefile

Log Message:
devel/uv: Change NOT_FOR i386 to i386-sse2.mk

On a VM with 2 GB, gets almost all the way through and runs out of
resources linking.  Thus, especially given successful builds of other
packages, with very high probability the "needs sse2" problem is
addressed.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/uv/Makefile

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

Modified files:

Index: pkgsrc/devel/uv/Makefile
diff -u pkgsrc/devel/uv/Makefile:1.3 pkgsrc/devel/uv/Makefile:1.4
--- pkgsrc/devel/uv/Makefile:1.3        Wed Apr  2 10:53:40 2025
+++ pkgsrc/devel/uv/Makefile    Tue Apr  8 23:23:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/04/02 10:53:40 pin Exp $
+# $NetBSD: Makefile,v 1.4 2025/04/08 23:23:02 gdt Exp $
 
 DISTNAME=      uv-0.6.6
 CATEGORIES=    devel
@@ -10,7 +10,7 @@ COMMENT=      Extremely fast Python package a
 LICENSE=       apache-2.0 OR mit
 
 # See, https://github.com/briansmith/ring/issues/1999
-NOT_FOR_PLATFORM+=     *-*-i386
+.include "../../mk/compiler/i386-sse2.mk"
 
 # for included jemalloc
 USE_TOOLS+=    gmake



Home | Main Index | Thread Index | Old Index