pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox firefox: fix build without dbus; --disable...
details: https://anonhg.NetBSD.org/pkgsrc/rev/62a450eab562
branches: trunk
changeset: 382401:62a450eab562
user: tnn <tnn%pkgsrc.org@localhost>
date: Wed Jul 27 17:09:46 2022 +0000
description:
firefox: fix build without dbus; --disable-necko-wifi invalid on BSD
diffstat:
www/firefox/options.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r b5e249c25aa2 -r 62a450eab562 www/firefox/options.mk
--- a/www/firefox/options.mk Wed Jul 27 15:15:14 2022 +0000
+++ b/www/firefox/options.mk Wed Jul 27 17:09:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.70 2022/07/25 13:57:01 tnn Exp $
+# $NetBSD: options.mk,v 1.71 2022/07/27 17:09:46 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.firefox
@@ -63,7 +63,9 @@
CONFIGURE_ARGS+= --enable-dbus
.else
CONFIGURE_ARGS+= --disable-dbus
+. if ${OPSYS} == "Linux"
CONFIGURE_ARGS+= --disable-necko-wifi
+. endif
.endif
.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding)
Home |
Main Index |
Thread Index |
Old Index