diff options
author | ryoon <ryoon> | 2013-11-16 02:01:46 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-11-16 02:01:46 +0000 |
commit | 2fb75e07d9de4d99fa14678a1c98886a64695b60 (patch) | |
tree | eccc81db2b611e89bb0843bc8015cd0668f6fdaf /www/firefox | |
parent | 5971958e7be9464421d8349fa0103589b943380e (diff) | |
download | pkgsrc-2fb75e07d9de4d99fa14678a1c98886a64695b60.tar.gz |
In non-ALSA case, ALSA support is disabled explicitly
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/options.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/firefox/options.mk b/www/firefox/options.mk index cbb46ab58b0..ec662379e1e 100644 --- a/www/firefox/options.mk +++ b/www/firefox/options.mk @@ -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 @@ PKG_SUGGESTED_OPTIONS+= webrtc .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) |