pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: --disable-necko-wifi is mandated ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53552c211fc9
branches:  trunk
changeset: 382324:53552c211fc9
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Jul 25 13:57:01 2022 +0000

description:
firefox: --disable-necko-wifi is mandated with --disable-dbus

At least on platforms where the geolocation API is implemented (i.e. Linux)

diffstat:

 www/firefox/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0c0f355dc65f -r 53552c211fc9 www/firefox/options.mk
--- a/www/firefox/options.mk    Mon Jul 25 12:37:50 2022 +0000
+++ b/www/firefox/options.mk    Mon Jul 25 13:57:01 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.69 2022/07/24 16:33:09 rjs Exp $
+# $NetBSD: options.mk,v 1.70 2022/07/25 13:57:01 tnn Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.firefox
 
@@ -63,6 +63,7 @@
 CONFIGURE_ARGS+=       --enable-dbus
 .else
 CONFIGURE_ARGS+=       --disable-dbus
+CONFIGURE_ARGS+=       --disable-necko-wifi
 .endif
 
 .if !empty(PKG_OPTIONS:Mofficial-mozilla-branding)



Home | Main Index | Thread Index | Old Index