pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/bsnes
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.
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"
Home |
Main Index |
Thread Index |
Old Index