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: Fri Nov 29 17:34:09 UTC 2019
Modified Files:
pkgsrc/audio/portaudio: options.mk
Log Message:
portaudio: Fix PLIST for jack option
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/audio/portaudio/options.mk:1.3
--- pkgsrc/audio/portaudio/options.mk:1.2 Mon Oct 28 15:32:24 2019
+++ pkgsrc/audio/portaudio/options.mk Fri Nov 29 17:34:09 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2019/10/28 15:32:24 nia Exp $
+# $NetBSD: options.mk,v 1.3 2019/11/29 17:34:09 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.portaudio
PKG_SUPPORTED_OPTIONS= alsa jack debug
@@ -15,7 +15,9 @@ CONFIGURE_ARGS+= --with-alsa
CONFIGURE_ARGS+= --without-alsa
.endif
+PLIST_VARS+= jack
.if !empty(PKG_OPTIONS:Mjack)
+PLIST.jack= yes
CONFIGURE_ARGS+= --with-jack
.include "../../audio/jack/buildlink3.mk"
.else
Home |
Main Index |
Thread Index |
Old Index