pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/portaudio
Module Name: pkgsrc
Committed By: nia
Date: Wed Apr 22 10:47:47 UTC 2020
Modified Files:
pkgsrc/audio/portaudio: options.mk
Log Message:
portaudio: Do not allow building with alsa/jack options on Darwin
PortAudio does not support building with this configuration.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/portaudio/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/portaudio/options.mk
diff -u pkgsrc/audio/portaudio/options.mk:1.3 pkgsrc/audio/portaudio/options.mk:1.4
--- pkgsrc/audio/portaudio/options.mk:1.3 Fri Nov 29 17:34:09 2019
+++ pkgsrc/audio/portaudio/options.mk Wed Apr 22 10:47:47 2020
@@ -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