Received: by mail.netbsd.org (Postfix, from userid 605) id 45B1784EAF; Sat, 11 Sep 2021 23:45:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 80DB784E78 for ; Sat, 11 Sep 2021 23:45:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Pyil7nrNoGnd for ; Sat, 11 Sep 2021 23:45:36 +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 D754384D0F for ; Sat, 11 Sep 2021 23:45:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D45A1FA97; Sat, 11 Sep 2021 23:45:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1631403935258400" MIME-Version: 1.0 Date: Sat, 11 Sep 2021 23:45:35 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/jack To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210911234535.D45A1FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1631403935258400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Sep 11 23:45:35 UTC 2021 Modified Files: pkgsrc/audio/jack: Makefile Log Message: jack: Needs aften on Darwin To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/audio/jack/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1631403935258400 Content-Disposition: inline Content-Length: 731 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/jack/Makefile diff -u pkgsrc/audio/jack/Makefile:1.44 pkgsrc/audio/jack/Makefile:1.45 --- pkgsrc/audio/jack/Makefile:1.44 Fri Sep 10 11:14:05 2021 +++ pkgsrc/audio/jack/Makefile Sat Sep 11 23:45:35 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2021/09/10 11:14:05 nia Exp $ +# $NetBSD: Makefile,v 1.45 2021/09/11 23:45:35 nia Exp $ DISTNAME= jack2-1.9.19 PKGNAME= ${DISTNAME:S/jack2/jack/1} @@ -46,6 +46,9 @@ PKGCONFIG_OVERRIDE+= jack.pc.in .include "../../lang/python/application.mk" .include "../../devel/waf/waf.mk" +.if ${OPSYS} == "Darwin" +. include "../../audio/aften/buildlink3.mk" +.endif .if ${OPSYS} == "Linux" . include "../../audio/alsa-lib/buildlink3.mk" .endif --_----------=_1631403935258400--