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:   nia
Date:           Sun Nov 29 19:37:14 UTC 2020

Modified Files:
        pkgsrc/audio/librespot: options.mk

Log Message:
librespot: Fix building with jack backend.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/librespot/options.mk

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/options.mk
diff -u pkgsrc/audio/librespot/options.mk:1.1 pkgsrc/audio/librespot/options.mk:1.2
--- pkgsrc/audio/librespot/options.mk:1.1       Tue Oct 20 23:14:11 2020
+++ pkgsrc/audio/librespot/options.mk   Sun Nov 29 19:37:14 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2020/10/20 23:14:11 tnn Exp $
+# $NetBSD: options.mk,v 1.2 2020/11/29 19:37:14 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.librespot
 PKG_OPTIONS_OPTIONAL_GROUPS=   backend
@@ -21,7 +21,7 @@ RUSTFLAGS+=           -C link-arg=${COMPILER_RPAT
 .endif
 
 .if !empty(PKG_OPTIONS:Mjack)
-CARGO_FEATURES+=       jack-backend
+CARGO_FEATURES+=       jackaudio-backend
 RUSTFLAGS+=            -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.jack}/lib
 .include "../../audio/jack/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index