pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/librespot



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Apr  2 09:56:40 UTC 2025

Modified Files:
        pkgsrc/audio/librespot: Makefile

Log Message:
audio/librespot: not for 32bits


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/audio/librespot/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/librespot/Makefile
diff -u pkgsrc/audio/librespot/Makefile:1.36 pkgsrc/audio/librespot/Makefile:1.37
--- pkgsrc/audio/librespot/Makefile:1.36        Wed Feb 12 06:44:25 2025
+++ pkgsrc/audio/librespot/Makefile     Wed Apr  2 09:56:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2025/02/12 06:44:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.37 2025/04/02 09:56:39 pin Exp $
 
 DISTNAME=      librespot-0.6.0
 PKGREVISION=   5
@@ -11,6 +11,9 @@ HOMEPAGE=     https://github.com/librespot-o
 COMMENT=       Open Source Spotify client library
 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