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:           Wed Apr  2 09:58:15 UTC 2025

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

Log Message:
audio/spotify-player: not for 32bits


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 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.59 pkgsrc/audio/spotify-player/Makefile:1.60
--- pkgsrc/audio/spotify-player/Makefile:1.59   Fri Feb 28 08:25:13 2025
+++ pkgsrc/audio/spotify-player/Makefile        Wed Apr  2 09:58:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2025/02/28 08:25:13 pin Exp $
+# $NetBSD: Makefile,v 1.60 2025/04/02 09:58:15 pin Exp $
 
 DISTNAME=      spotify-player-0.20.4
 PKGREVISION=   1
@@ -11,6 +11,9 @@ HOMEPAGE=     https://github.com/aome510/spo
 COMMENT=       Command driven spotify player
 LICENSE=       mit
 
+# See, https://github.com/briansmith/ring/issues/1999
+NOT_FOR_PLATFORM+=     *-*-i386
+
 TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
 TOOL_DEPENDS+= clang-[0-9]*:../../lang/clang
 



Home | Main Index | Thread Index | Old Index