pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ardour: Require ALSA on NetBSD
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Mon Jun 20 09:40:03 2016 +0200
Changeset: 24ac5af8621acd45819492cd5eaec9d63ff954be
Modified Files:
ardour/options.mk
Log Message:
ardour: Require ALSA on NetBSD
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=24ac5af8621acd45819492cd5eaec9d63ff954be
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ardour/options.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/ardour/options.mk b/ardour/options.mk
index 5e2b4fc..b052499 100644
--- a/ardour/options.mk
+++ b/ardour/options.mk
@@ -9,8 +9,8 @@ PLIST_VARS= alsa jack dummy
.include "../../mk/bsd.options.mk"
-.if ${OPSYS} == "Linux" || ${OPSYS} == "Linux"
-. if !empty(PKG_OPTIONS:Malsa)
+.if ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD"
+. if empty(PKG_OPTIONS:Malsa)
. error ALSA is required on this platform
. endif
.endif
Home |
Main Index |
Thread Index |
Old Index