pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/oculante



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Apr 10 13:16:51 UTC 2025

Modified Files:
        pkgsrc/graphics/oculante: Makefile

Log Message:
graphics/oculante: needs sse2


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/graphics/oculante/Makefile

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

Modified files:

Index: pkgsrc/graphics/oculante/Makefile
diff -u pkgsrc/graphics/oculante/Makefile:1.91 pkgsrc/graphics/oculante/Makefile:1.92
--- pkgsrc/graphics/oculante/Makefile:1.91      Wed Apr  2 10:55:39 2025
+++ pkgsrc/graphics/oculante/Makefile   Thu Apr 10 13:16:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2025/04/02 10:55:39 pin Exp $
+# $NetBSD: Makefile,v 1.92 2025/04/10 13:16:51 pin Exp $
 
 DISTNAME=      oculante-0.9.2
 CATEGORIES=    graphics
@@ -10,7 +10,7 @@ COMMENT=      Minimalistic crossplatform imag
 LICENSE=       mit
 
 # See, https://github.com/briansmith/ring/issues/1999
-NOT_FOR_PLATFORM+=     *-*-i386
+.include "../../mk/compiler/i386-sse2.mk"
 
 SITES.spirv-0.3.0+sdk-1.3.268.0.crate= https://static.crates.io/crates/spirv/
 



Home | Main Index | Thread Index | Old Index