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:           Sun Oct 20 13:20:55 UTC 2024

Modified Files:
        pkgsrc/audio/librespot: Makefile

Log Message:
audio/librespot: attempt to fix broken build


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 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.29 pkgsrc/audio/librespot/Makefile:1.30
--- pkgsrc/audio/librespot/Makefile:1.29        Sat Oct 19 15:32:44 2024
+++ pkgsrc/audio/librespot/Makefile     Sun Oct 20 13:20:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2024/10/19 15:32:44 pin Exp $
+# $NetBSD: Makefile,v 1.30 2024/10/20 13:20:55 pin Exp $
 
 DISTNAME=      librespot-0.5.0
 CATEGORIES=    audio
@@ -20,6 +20,8 @@ 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"
@@ -29,4 +31,5 @@ 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