pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www In non-ALSA case, ALSA support is disabled explicitly
details: https://anonhg.NetBSD.org/pkgsrc/rev/3bfafdae2546
branches: trunk
changeset: 626573:3bfafdae2546
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat Nov 16 02:01:46 2013 +0000
description:
In non-ALSA case, ALSA support is disabled explicitly
diffstat:
www/firefox/options.mk | 4 +++-
www/firefox24/options.mk | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r 8f06417c17c6 -r 3bfafdae2546 www/firefox/options.mk
--- a/www/firefox/options.mk Fri Nov 15 20:16:28 2013 +0000
+++ b/www/firefox/options.mk Sat Nov 16 02:01:46 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.18 2013/11/02 22:57:55 ryoon Exp $
+# $NetBSD: options.mk,v 1.19 2013/11/16 02:01:46 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.firefox
PKG_SUPPORTED_OPTIONS= official-mozilla-branding
@@ -21,6 +21,8 @@
.if !empty(PKG_OPTIONS:Malsa)
CONFIGURE_ARGS+= --enable-alsa
.include "../../audio/alsa-lib/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --disable-alsa
.endif
.if !empty(PKG_OPTIONS:Mgnome)
diff -r 8f06417c17c6 -r 3bfafdae2546 www/firefox24/options.mk
--- a/www/firefox24/options.mk Fri Nov 15 20:16:28 2013 +0000
+++ b/www/firefox24/options.mk Sat Nov 16 02:01:46 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2013/11/03 04:51:59 ryoon Exp $
+# $NetBSD: options.mk,v 1.2 2013/11/16 02:01:46 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.firefox24
PKG_SUPPORTED_OPTIONS= official-mozilla-branding
@@ -21,6 +21,8 @@
.if !empty(PKG_OPTIONS:Malsa)
CONFIGURE_ARGS+= --enable-alsa
.include "../../audio/alsa-lib/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --disable-alsa
.endif
.if !empty(PKG_OPTIONS:Mgnome)
Home |
Main Index |
Thread Index |
Old Index