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:           Thu Apr 10 13:03:50 UTC 2025

Modified Files:
        pkgsrc/audio/librespot: Makefile

Log Message:
audio/librespot: needs sse2 on i386


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 pkgsrc/audio/librespot/Makefile:1.38
--- pkgsrc/audio/librespot/Makefile:1.37        Wed Apr  2 09:56:39 2025
+++ pkgsrc/audio/librespot/Makefile     Thu Apr 10 13:03:50 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2025/04/02 09:56:39 pin Exp $
+# $NetBSD: Makefile,v 1.38 2025/04/10 13:03:50 pin Exp $
 
 DISTNAME=      librespot-0.6.0
 PKGREVISION=   5
@@ -12,7 +12,7 @@ COMMENT=      Open Source Spotify client libr
 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