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 Dec 12 07:26:30 UTC 2024

Modified Files:
        pkgsrc/audio/librespot: Makefile

Log Message:
audio/librespot: use clang as TOOL_DEPENDS

It's only needed at build time and not at runtime.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 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.34 pkgsrc/audio/librespot/Makefile:1.35
--- pkgsrc/audio/librespot/Makefile:1.34        Thu Nov 14 22:18:43 2024
+++ pkgsrc/audio/librespot/Makefile     Thu Dec 12 07:26:30 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2024/11/14 22:18:43 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2024/12/12 07:26:30 pin Exp $
 
 DISTNAME=      librespot-0.6.0
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=librespot-org/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -12,6 +12,7 @@ COMMENT=      Open Source Spotify client libr
 LICENSE=       mit
 
 TOOL_DEPENDS+=  cmake-[0-9]*:../../devel/cmake
+TOOL_DEPENDS+= clang-[0-9]*:../../lang/clang
 
 .include "cargo-depends.mk"
 
@@ -21,8 +22,6 @@ USE_TOOLS+=           pkg-config
 
 INSTALLATION_DIRS=     bin
 
-RUSTFLAGS+=     -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.clang}/lib
-
 CARGO_NO_DEFAULT_FEATURES=     yes
 
 .include "options.mk"
@@ -32,5 +31,4 @@ do-install:
                ${DESTDIR}${PREFIX}/bin
 
 .include "../../lang/rust/cargo.mk"
-.include "../../lang/clang/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index