pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/pueue



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Apr 10 19:40:52 UTC 2025

Modified Files:
        pkgsrc/sysutils/pueue: Makefile

Log Message:
sysutils/pueue: needs sse2


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

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

Modified files:

Index: pkgsrc/sysutils/pueue/Makefile
diff -u pkgsrc/sysutils/pueue/Makefile:1.3 pkgsrc/sysutils/pueue/Makefile:1.4
--- pkgsrc/sysutils/pueue/Makefile:1.3  Wed Apr  2 11:11:05 2025
+++ pkgsrc/sysutils/pueue/Makefile      Thu Apr 10 19:40:52 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/04/02 11:11:05 pin Exp $
+# $NetBSD: Makefile,v 1.4 2025/04/10 19:40:52 pin Exp $
 
 DISTNAME=      pueue-3.4.1
 CATEGORIES=    sysutils
@@ -12,7 +12,7 @@ COMMENT=      Manage your shell commands
 LICENSE=       mit
 
 # 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