Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 052C184D1D for ; Sat, 22 Jul 2023 10:01:12 +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 rjqXVOQuEeMp for ; Sat, 22 Jul 2023 10:01:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 59BE884C2C for ; Sat, 22 Jul 2023 10:01:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5704BFBDB; Sat, 22 Jul 2023 10:01:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1690020071265280" MIME-Version: 1.0 Date: Sat, 22 Jul 2023 10:01:11 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators/bsnes To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20230722100111.5704BFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1690020071265280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Jul 22 10:01:11 UTC 2023 Modified Files: pkgsrc/emulators/bsnes: Makefile Log Message: bsnes: Also wants a libao dependency (on Linux only, which I'd think would defeat the point of using libao entirely...) To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/emulators/bsnes/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1690020071265280 Content-Disposition: inline Content-Length: 704 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/bsnes/Makefile diff -u pkgsrc/emulators/bsnes/Makefile:1.20 pkgsrc/emulators/bsnes/Makefile:1.21 --- pkgsrc/emulators/bsnes/Makefile:1.20 Tue Jul 18 18:02:45 2023 +++ pkgsrc/emulators/bsnes/Makefile Sat Jul 22 10:01:11 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2023/07/18 18:02:45 nia Exp $ +# $NetBSD: Makefile,v 1.21 2023/07/22 10:01:11 nia Exp $ DISTNAME= bsnes-115 PKGREVISION= 17 @@ -60,6 +60,7 @@ INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${ .if ${OPSYS} == "Linux" . include "../../audio/alsa-lib/buildlink3.mk" +. include "../../audio/libao/buildlink3.mk" . include "../../audio/pulseaudio/buildlink3.mk" .endif .if ${OPSYS} != "Darwin" --_----------=_1690020071265280--