Received: by mail.netbsd.org (Postfix, from userid 605) id 8DE8684E1A; Tue, 11 Aug 2020 12:13:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 154BE84D3C for ; Tue, 11 Aug 2020 12:13:46 +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 bF2LhmDHpCCK for ; Tue, 11 Aug 2020 12:13:45 +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 9FC3184D03 for ; Tue, 11 Aug 2020 12:13:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 97A29FB28; Tue, 11 Aug 2020 12:13:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159714802537880" MIME-Version: 1.0 Date: Tue, 11 Aug 2020 12:13:45 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel/SDL2 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200811121345.97A29FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159714802537880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Aug 11 12:13:45 UTC 2020 Modified Files: pkgsrc/devel/SDL2: buildlink3.mk Log Message: SDL2: include jack in buildlink To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/SDL2/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159714802537880 Content-Disposition: inline Content-Length: 703 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/SDL2/buildlink3.mk diff -u pkgsrc/devel/SDL2/buildlink3.mk:1.10 pkgsrc/devel/SDL2/buildlink3.mk:1.11 --- pkgsrc/devel/SDL2/buildlink3.mk:1.10 Wed Mar 18 17:52:02 2020 +++ pkgsrc/devel/SDL2/buildlink3.mk Tue Aug 11 12:13:45 2020 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2020/03/18 17:52:02 tnn Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2020/08/11 12:13:45 nia Exp $ BUILDLINK_TREE+= SDL2 @@ -17,6 +17,10 @@ pkgbase := SDL2 .include "../../audio/alsa-lib/buildlink3.mk" .endif +.if ${PKG_BUILD_OPTIONS.SDL2:Mjack} +.include "../../audio/jack/buildlink3.mk" +.endif + .if ${PKG_BUILD_OPTIONS.SDL2:Mnas} .include "../../audio/nas/buildlink3.mk" .endif --_----------=_159714802537880--