pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/spotify-player



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Apr 10 13:06:27 UTC 2025

Modified Files:
        pkgsrc/audio/spotify-player: Makefile

Log Message:
audio/spotify-player: needs sse2


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/audio/spotify-player/Makefile

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

Modified files:

Index: pkgsrc/audio/spotify-player/Makefile
diff -u pkgsrc/audio/spotify-player/Makefile:1.60 pkgsrc/audio/spotify-player/Makefile:1.61
--- pkgsrc/audio/spotify-player/Makefile:1.60   Wed Apr  2 09:58:15 2025
+++ pkgsrc/audio/spotify-player/Makefile        Thu Apr 10 13:06:27 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2025/04/02 09:58:15 pin Exp $
+# $NetBSD: Makefile,v 1.61 2025/04/10 13:06:27 pin Exp $
 
 DISTNAME=      spotify-player-0.20.4
 PKGREVISION=   1
@@ -12,7 +12,7 @@ COMMENT=      Command driven spotify player
 LICENSE=       mit
 
 # See, https://github.com/briansmith/ring/issues/1999
-NOT_FOR_PLATFORM+=     *-*-i386
+.include "../../mk/compiler/i386-sse2.mk"
 
 TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
 TOOL_DEPENDS+= clang-[0-9]*:../../lang/clang



Home | Main Index | Thread Index | Old Index