Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 651E71A9217 for ; Sun, 29 Nov 2020 19:37:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CCF4484D73; Sun, 29 Nov 2020 19:37:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 12F8084D53 for ; Sun, 29 Nov 2020 19:37:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id X5lUtXxP7bCQ for ; Sun, 29 Nov 2020 19:37:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6CE4684CE8 for ; Sun, 29 Nov 2020 19:37:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 66588FA9D; Sun, 29 Nov 2020 19:37:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160667863427590" MIME-Version: 1.0 Date: Sun, 29 Nov 2020 19:37:14 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/librespot To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20201129193714.66588FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160667863427590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_160667863427590 Content-Disposition: inline Content-Length: 783 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_160667863427590--