pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/yaydl



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

Modified Files:
        pkgsrc/net/yaydl: Makefile

Log Message:
net/yaydl: needs sse2


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/yaydl/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/yaydl/Makefile
diff -u pkgsrc/net/yaydl/Makefile:1.29 pkgsrc/net/yaydl/Makefile:1.30
--- pkgsrc/net/yaydl/Makefile:1.29      Wed Apr  2 11:05:14 2025
+++ pkgsrc/net/yaydl/Makefile   Fri Apr 11 09:06:50 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2025/04/02 11:05:14 pin Exp $
+# $NetBSD: Makefile,v 1.30 2025/04/11 09:06:50 pin Exp $
 
 DISTNAME=      yaydl-ea40110aa4d27f6d
 PKGNAME=       yaydl-0.17.2
@@ -11,7 +11,7 @@ COMMENT=      Yet another youtube down loader
 LICENSE=       cddl-1.0
 
 # 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