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 Oct 31 11:02:53 UTC 2024

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

Log Message:
audio/spotify-player: fix broken build

http://shadow.netbsd.org/pub/pkgsrc/packages/reports/HEAD/NetBSD-10.0-x86_64/20241030.0715/spotify-player-0.20.0/build.log


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 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.48 pkgsrc/audio/spotify-player/Makefile:1.49
--- pkgsrc/audio/spotify-player/Makefile:1.48   Tue Oct 29 18:56:24 2024
+++ pkgsrc/audio/spotify-player/Makefile        Thu Oct 31 11:02:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2024/10/29 18:56:24 pin Exp $
+# $NetBSD: Makefile,v 1.49 2024/10/31 11:02:53 pin Exp $
 
 DISTNAME=      spotify-player-0.20.0
 CATEGORIES=    audio
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/aome510/spo
 COMMENT=       Command driven spotify player
 LICENSE=       mit
 
+TOOL_DEPENDS+=  cmake-[0-9]*:../../devel/cmake
+
 .include "cargo-depends.mk"
 
 #RUST_REQ=     1.82.0
@@ -23,6 +25,7 @@ INSTALLATION_DIRS=    bin
 
 MAKE_ENV+=     OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
 RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
+RUSTFLAGS+=     -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.clang}/lib
 
 CARGO_NO_DEFAULT_FEATURES=     YES
 
@@ -34,4 +37,5 @@ do-install:
 
 .include "../../lang/rust/cargo.mk"
 .include "../../security/openssl/buildlink3.mk"
+.include "../../lang/clang/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index