Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/portaudio portaudio: Do not allow building with ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/417247aebffb
branches: trunk
changeset: 429628:417247aebffb
user: nia <nia%pkgsrc.org@localhost>
date: Wed Apr 22 10:47:47 2020 +0000
description:
portaudio: Do not allow building with alsa/jack options on Darwin
PortAudio does not support building with this configuration.
diffstat:
audio/portaudio/options.mk | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r d2d5537a5da7 -r 417247aebffb audio/portaudio/options.mk
--- a/audio/portaudio/options.mk Wed Apr 22 09:29:43 2020 +0000
+++ b/audio/portaudio/options.mk Wed Apr 22 10:47:47 2020 +0000
@@ -1,8 +1,15 @@
-# $NetBSD: options.mk,v 1.3 2019/11/29 17:34:09 nia Exp $
+# $NetBSD: options.mk,v 1.4 2020/04/22 10:47:47 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.portaudio
-PKG_SUPPORTED_OPTIONS= alsa jack debug
+
+.include "../../mk/bsd.fast.prefs.mk"
+
+.if ${OPSYS} != "Darwin"
+PKG_SUPPORTED_OPTIONS= alsa jack
PKG_SUGGESTED_OPTIONS.Linux= alsa
+.endif
+
+PKG_SUPPORTED_OPTIONS+= debug
.include "../../mk/bsd.options.mk"
Home |
Main Index |
Thread Index |
Old Index