pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/ncspot



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Apr 10 13:05:19 UTC 2025

Modified Files:
        pkgsrc/audio/ncspot: Makefile

Log Message:
audio/ncspot: needs sse2


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/audio/ncspot/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/ncspot/Makefile
diff -u pkgsrc/audio/ncspot/Makefile:1.77 pkgsrc/audio/ncspot/Makefile:1.78
--- pkgsrc/audio/ncspot/Makefile:1.77   Wed Apr  2 09:57:31 2025
+++ pkgsrc/audio/ncspot/Makefile        Thu Apr 10 13:05:18 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2025/04/02 09:57:31 pin Exp $
+# $NetBSD: Makefile,v 1.78 2025/04/10 13:05:18 pin Exp $
 
 DISTNAME=      ncspot-1.2.2
 PKGREVISION=   1
@@ -12,7 +12,7 @@ COMMENT=      Cross-platform ncurses Spotify 
 LICENSE=       2-clause-bsd
 
 # 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